File fwd_references_header.diff of Package mutt
--- send.c +++ send.c @@ -739,11 +739,12 @@ } mutt_make_misc_reply_headers (env, ctx, cur, curenv); - mutt_make_reference_headers (tag ? NULL : curenv, env, ctx); } else if (flags & SENDFORWARD) mutt_make_forward_subject (env, ctx, cur); + mutt_make_reference_headers (tag ? NULL : curenv, env, ctx); + return (0); }