[PATCH] emacs: run notmuch-message-mark-replied on message-sent-hook, not message-send-hook

2011-05-13 Thread Pieter Praet
Parent message is tagged "replied" prematurely. Only do so when reply is *really* sent. (describe-variable 'message-send-hook) > Hook run before sending messages. > This hook is run quite early when sending. (describe-variable 'message-sent-hook) > Hook run after sending messages.

[PATCH] emacs: run notmuch-message-mark-replied on message-sent-hook, not message-send-hook

2011-05-13 Thread Pieter Praet
Parent message is tagged replied prematurely. Only do so when reply is *really* sent. (describe-variable 'message-send-hook) Hook run before sending messages. This hook is run quite early when sending. (describe-variable 'message-sent-hook) Hook run after sending messages. Signed-off-by: