From b901d3555dc1b5cd1128b314040f46288a9a92a4 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Fri, 12 Jun 2009 21:32:08 +0200 Subject: [PATCH] Don't insert Content-Description/form name into reply. Closes #3164. --- handler.c | 8 -------- 1 file changed, 8 deletions(-) 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); -- 2.40.0