From: Michael Elkins Date: Mon, 21 Oct 2013 18:58:24 +0000 (-0700) Subject: add note about use of ! ~Q in send-hook when paired with reply-hook. X-Git-Tag: mutt-1-5-24-rel~124^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6248e43b458f26da33d4e809b85d99a65f0fdb7b;p=mutt add note about use of ! ~Q in send-hook when paired with reply-hook. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 03ab29c1..0093685e 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -3510,9 +3510,13 @@ against all messages, both new and -reply-hooks are matched before -the send-hook, regardless of the -order specified in the user's configuration file. +reply-hooks are matched before the +send-hook, regardless of the order +specified in the user's configuration file. However, you can inhibit +send-hook in the reply case by using the pattern +'! ~Q' (not replied, see +) in the send-hook to tell +when reply-hook have been executed.