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: neomutt-20160307~137^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90142ffd997333137c6e4f212e340f7a552fc81e;p=neomutt 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 03ab29c10..0093685e0 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.