aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rfc822parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rfc822parse.c')
-rw-r--r--tools/rfc822parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rfc822parse.c b/tools/rfc822parse.c
index 61377e7e6..df3b2e7a4 100644
--- a/tools/rfc822parse.c
+++ b/tools/rfc822parse.c
@@ -766,6 +766,7 @@ parse_field (HDR_LINE hdr)
} tspecial_header[] = {
{ "Content-Type", 12},
{ "Content-Transfer-Encoding", 25},
+ { "Content-Disposition", 19},
{ NULL, 0}
};
const char *delimiters;