]> granicus.if.org Git - neomutt/commitdiff
Don't insert Content-Description/form name into reply. Closes #3164.
authorRocco Rutte <pdmef@gmx.net>
Fri, 12 Jun 2009 19:32:08 +0000 (21:32 +0200)
committerRocco Rutte <pdmef@gmx.net>
Fri, 12 Jun 2009 19:32:08 +0000 (21:32 +0200)
handler.c

index f0fe96679b1a2bf2b08561b597c6eb600ec0930f..378102212eaa8c903aae4c0fccbc3b384a4c4d5f 100644 (file)
--- a/handler.c
+++ b/handler.c
@@ -1194,15 +1194,7 @@ static int multipart_handler (BODY *a, STATE *s)
       else
        state_putc ('\n', s);
     }
-    else
-    {
-      if (p->description && mutt_can_decode (p))
-       state_printf (s, "Content-Description: %s\n", p->description);
 
-      if (p->form_name)
-       state_printf(s, "%s: \n", p->form_name);
-
-    }
     rc = mutt_body_handler (p, s);
     state_putc ('\n', s);