X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=4c5219e38441c77e1ec7e58b5e6a93801b892f1b;hp=8ca6dfc53f96b9d452b9776c51297a9fd120c208;hb=1d0ce70b85c36973b50e5783fe7b72941c81c0a9;hpb=c0845f1be75f82fb29cc3a15d26b819041e39813 diff --git a/sendlib.c b/sendlib.c index 8ca6dfc..4c5219e 100644 --- a/sendlib.c +++ b/sendlib.c @@ -2217,11 +2217,9 @@ int mutt_write_fcc (const char *path, HEADER * hdr, const char *msgid, fputc ('\n', msg->fp); } -#ifdef MIXMASTER /* (postponement) if the mail is to be sent through a mixmaster * chain, save that information */ - if (post && hdr->chain && hdr->chain) { string_list_t *p; @@ -2231,7 +2229,6 @@ int mutt_write_fcc (const char *path, HEADER * hdr, const char *msgid, fputc ('\n', msg->fp); } -#endif if (tempfp) { char sasha[LONG_STRING];