From: Thomas Roessler Date: Sat, 12 Sep 1998 19:58:56 +0000 (+0000) Subject: Fixing a silly typo in the edit-message code. X-Git-Tag: mutt-0-94-6i-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=439510c9447bf27162f7fc02687c155b0103c502;p=mutt Fixing a silly typo in the edit-message code. --- diff --git a/sendlib.c b/sendlib.c index 5e989b48..11859939 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1211,7 +1211,7 @@ int mutt_write_rfc822_header (FILE *fp, ENVELOPE *env, BODY *attach, int mode) if (mode == 0) fputs (mutt_make_date (buffer, sizeof(buffer)), fp); - else if (mode == 2) + else if (mode == -2) { if(env->date) fprintf(fp, "Date: %s\n", env->date);