From: Thomas Roessler Date: Thu, 22 Oct 1998 13:53:47 +0000 (+0000) Subject: Undo some superfluous changes. Pointed out by V.A. X-Git-Tag: mutt-0-94-15-rel~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8c12eeb90b846a333fa1f7c557541e7efe2f245;p=mutt Undo some superfluous changes. Pointed out by V.A. --- diff --git a/send.c b/send.c index b473a879..c90b0aa9 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);