X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=4c5219e38441c77e1ec7e58b5e6a93801b892f1b;hp=8ca6dfc53f96b9d452b9776c51297a9fd120c208;hb=129050c6742f6be13fa5635ba03542b7fb2a9525;hpb=c8e3d1cce2a8af0b4725e1a751f8795bf04487da 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];