X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=send.c;h=e2666a245ea34a8a5b8e659fe82da2789b34b709;hb=129050c6742f6be13fa5635ba03542b7fb2a9525;hp=6bd788512564e875c33323f1d6707287930e5cd2;hpb=1d0ce70b85c36973b50e5783fe7b72941c81c0a9;p=apps%2Fmadmutt.git diff --git a/send.c b/send.c index 6bd7885..e2666a2 100644 --- a/send.c +++ b/send.c @@ -1043,7 +1043,7 @@ int mutt_resend_message (FILE * fp, CONTEXT * ctx, HEADER * cur) { HEADER *msg = header_new(); - if (mutt_prepare_template (fp, ctx, msg, cur, 1) < 0) + if (mutt_prepare_template (fp, ctx, msg, cur, option(OPTWEED)) < 0) return -1; return ci_send_message (SENDRESEND, msg, NULL, ctx, cur);