From 6248e43b458f26da33d4e809b85d99a65f0fdb7b Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Mon, 21 Oct 2013 11:58:24 -0700 Subject: [PATCH] add note about use of ! ~Q in send-hook when paired with reply-hook. --- doc/manual.xml.head | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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. -- 2.50.1