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: mutt-1-5-20-rel~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5462a9602a79e3dea89f51ce008e54627bbbbe4d;p=mutt Don't insert Content-Description/form name into reply. Closes #3164. --- diff --git a/handler.c b/handler.c index f0fe9667..37810221 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);