X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=4d5cd0952787289c128e05447b6e5b4ec13d6ca2;hp=269d98d0c25e5ed646a4c598bdb2a815ef6ad98c;hb=923e295d2cd179be0ab05890c9788bb822b1b340;hpb=2bc76f88e99c16e773c2b2ba805a0bf3e2c034fd diff --git a/send.c b/send.c index 269d98d..4d5cd09 100644 --- a/send.c +++ b/send.c @@ -1349,16 +1349,12 @@ int ci_send_message (int flags, /* send mode */ if (option (OPTHDRS)) process_user_header (msg->env); - - if (option (OPTSIGONTOP) && (!(flags & SENDKEY))) - append_signature (tempfp); - /* include replies/forwarded messages, unless we are given a template */ if (!tempfile && (ctx || !(flags & (SENDREPLY | SENDFORWARD))) && generate_body (tempfp, msg, flags, ctx, cur) == -1) goto cleanup; - if (!option (OPTSIGONTOP) && (!(flags & SENDKEY))) + if (!(flags & SENDKEY)) append_signature (tempfp); /*