From 094a1cad4d708f8be2475a6d7fb381154a9d7dbc Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 11 Jan 2005 11:09:15 +0000 Subject: [PATCH] send2-hook should also be executed after the first time the message is edited by the user. --- send.c | 2 ++ 1 file changed, 2 insertions(+) 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))) -- 2.40.0