From fd6032531f2fac8c48c8624b90c28a54ea373b81 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 22 Oct 1998 13:53:47 +0000 Subject: [PATCH] Undo some superfluous changes. Pointed out by V.A. --- send.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/send.c b/send.c index b473a879b..c90b0aa93 100644 --- a/send.c +++ b/send.c @@ -988,10 +988,6 @@ ci_send_message (int flags, /* send mode */ /* change settings based upon recipients */ - /* this needs to be executed even for postponed messages - the user may - * be chosing editor settings based upon a message's recipients. - */ - mutt_send_hook (msg); if (killfrom) @@ -1000,12 +996,7 @@ ci_send_message (int flags, /* send mode */ killfrom = 0; } - /* don't handle user headers when editing or recalling - * postponed messages: _this_ part of the hooks should - * not be executed. - */ - - if (option (OPTHDRS) && !(flags &(SENDPOSTPONED|SENDEDITMSG))) + if (option (OPTHDRS)) process_user_header (msg->env); -- 2.40.0