remove antiquated cruft: please, who use MMDF's nowadays ?!
[apps/madmutt.git] / sendlib.c
index b79d3c1..5ff0da1 100644 (file)
--- 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"));