remove a mutt-ng thing that makes no sense at all.
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 6bd7885..e2666a2 100644 (file)
--- 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);