changeset: 6325:0d9d7c486331 user: Michael Elkins <m...@sigpipe.org> date: Mon Oct 21 11:58:24 2013 -0700 link: http://dev.mutt.org/hg/mutt/rev/0d9d7c486331
add note about use of ! ~Q in send-hook when paired with reply-hook. diffs (20 lines): diff -r 84acf5f0ce92 -r 0d9d7c486331 doc/manual.xml.head --- a/doc/manual.xml.head Sat Oct 19 11:23:20 2013 -0700 +++ b/doc/manual.xml.head Mon Oct 21 11:58:24 2013 -0700 @@ -3510,9 +3510,13 @@ <note> <para> -<command>reply-hook</command>s are matched <emphasis>before</emphasis> -the <command>send-hook</command>, <emphasis>regardless</emphasis> of the -order specified in the user's configuration file. +<command>reply-hook</command>s are matched <emphasis>before</emphasis> the +<command>send-hook</command>, <emphasis>regardless</emphasis> of the order +specified in the user's configuration file. However, you can inhibit +<command>send-hook</command> in the reply case by using the pattern +<literal>'! ~Q'</literal> (<emphasis>not replied</emphasis>, see +<xref linkend="pattern-hook"/>) in the <command>send-hook</command> to tell +when <command>reply-hook</command> have been executed. </para> </note>