summaryrefslogtreecommitdiffstats
path: root/tools/rfc822parse.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-11-28 12:52:25 +0100
committerWerner Koch <wk@gnupg.org>2005-11-28 12:52:25 +0100
commit6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9 (patch)
tree86758522ae4f5ed44068bc6dbf5d2adb068a3ea1 /tools/rfc822parse.c
parentAdd translations (diff)
downloadgnupg2-6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9.tar.xz
gnupg2-6a13cf2c3dbacb9f3afd3f64e5d0c78b9c0e77e9.zip
Preparing an interim release
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;