X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=5ff0da1d6cda0a7b0a95a66a7bbe2bcf75057b9a;hp=b79d3c175a162dc8edc1ac4ee88d4cd59cc688a6;hb=3bb9d26e7eb111656d716e34d81225dfb16b6c4b;hpb=ffb2d4f3705ffc083472d04a3c58146b6bc8bfea 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"));