From: Thomas Roessler Date: Tue, 11 Jan 2005 11:09:15 +0000 (+0000) Subject: send2-hook should also be executed after the first time the message X-Git-Tag: mutt-1-5-7-rel~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094a1cad4d708f8be2475a6d7fb381154a9d7dbc;p=mutt send2-hook should also be executed after the first time the message is edited by the user. --- diff --git a/send.c b/send.c index 0cde5128..2ec304c0 100644 --- a/send.c +++ b/send.c @@ -1377,6 +1377,8 @@ ci_send_message (int flags, /* send mode */ } else mutt_edit_file (Editor, msg->content->filename); + + mutt_message_hook (NULL, msg, M_SEND2HOOK); } if (! (flags & (SENDPOSTPONED | SENDFORWARD | SENDKEY | SENDRESEND)))