X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=5ff0da1d6cda0a7b0a95a66a7bbe2bcf75057b9a;hp=b79d3c175a162dc8edc1ac4ee88d4cd59cc688a6;hb=0ab517261694b001d2eb17f06f167a4cdd2c7c07;hpb=598ddfd9e5e0ea3fd368878e4bf8227014e478d5;ds=sidebyside diff --git a/sendlib.c b/sendlib.c index b79d3c1..5ff0da1 100644 --- a/sendlib.c +++ b/sendlib.c @@ -2109,7 +2109,7 @@ int mutt_write_fcc (const char *path, HEADER * hdr, const char *msgid, /* We need to add a Content-Length field to avoid problems where a line in * the message body begins with "From " */ - if (f.magic == M_MMDF || f.magic == M_MBOX) { + if (f.magic == M_MBOX) { tempfp = m_tempfile(tempfile, sizeof(tempfile), NONULL(MCore.tmpdir), NULL); if (!tempfp) { mutt_error(_("Could not create temporary file"));