X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=6ba421a4a20846f8ebadae4522761f9373486129;hb=8db3fe9c19320b6f6e508d6b1aae03980239a930;hp=49d4140c3fce8950aa7624febbc70c12e1afdf62;hpb=5d88c27be2e8f16849640ee321d8d543170a4461;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 49d4140..6ba421a 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1416,12 +1416,6 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, fprintf (fp, "Followup-To: %s\n", env->followup_to); else if (mode == 1 && option (OPTNEWSSEND) && edit_header(mode, "Followup-To:")) fputs ("Followup-To:\n", fp); - - if (env->x_comment_to) - fprintf (fp, "X-Comment-To: %s\n", env->x_comment_to); - else if (mode == 1 && option (OPTNEWSSEND) && option (OPTXCOMMENTTO) && - edit_header(mode, "X-Comment-To:")) - fputs ("X-Comment-To:\n", fp); #endif if (env->subject)