]> granicus.if.org Git - neomutt/commitdiff
Undo some superfluous changes. Pointed out by V.A.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 22 Oct 1998 13:53:47 +0000 (13:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 22 Oct 1998 13:53:47 +0000 (13:53 +0000)
send.c

diff --git a/send.c b/send.c
index b473a879b6c78716937baf2f57e822b270baa1de..c90b0aa93406e2990d35d1ba95a5d57f5b70ac2e 100644 (file)
--- 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);