From: Rocco Rutte Date: Fri, 12 Jun 2009 19:32:08 +0000 (+0200) Subject: Don't insert Content-Description/form name into reply. Closes #3164. X-Git-Tag: neomutt-20160307~582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b901d3555dc1b5cd1128b314040f46288a9a92a4;p=neomutt Don't insert Content-Description/form name into reply. Closes #3164. --- diff --git a/handler.c b/handler.c index f0fe96679..378102212 100644 --- 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);