summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-06-12 21:32:08 +0200
committerRocco Rutte <pdmef@gmx.net>2009-06-12 21:32:08 +0200
commit5462a9602a79e3dea89f51ce008e54627bbbbe4d (patch)
tree26effd1fcab476ab0b848f9539c7c043952fcff2 /handler.c
parent22f7e61f1dd8585aa379246d5c997e82e83bbf64 (diff)
Don't insert Content-Description/form name into reply. Closes #3164.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c8
1 files changed, 0 insertions, 8 deletions
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);