summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-22 13:53:47 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-22 13:53:47 +0000
commite8c12eeb90b846a333fa1f7c557541e7efe2f245 (patch)
treefdd1c52d4eba617eb1bcc64c5012a2a7501f9416 /send.c
parenta458952d0c2975f0e3837399414dd18d6d884b31 (diff)
Undo some superfluous changes. Pointed out by V.A.
Diffstat (limited to 'send.c')
-rw-r--r--send.c11
1 files changed, 1 insertions, 10 deletions
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);