summaryrefslogtreecommitdiffstats
path: root/rfc2045/rfc2045.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfc2045/rfc2045.h')
-rw-r--r--rfc2045/rfc2045.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc2045/rfc2045.h b/rfc2045/rfc2045.h
index 4abdf2c..4aec67b 100644
--- a/rfc2045/rfc2045.h
+++ b/rfc2045/rfc2045.h
@@ -29,7 +29,7 @@ extern "C" {
#define RFC2045_MIME_MESSAGE_GLOBAL_DELIVERY_STATUS \
"message/global-delivery-status"
-#define RFC2045_MIME_MESSAGE_HEADERS "message/rfc822-headers"
+#define RFC2045_MIME_MESSAGE_HEADERS "text/rfc822-headers"
#define RFC2045_MIME_MESSAGE_GLOBAL_HEADERS "message/global-headers"
int rfc2045_message_content_type(const char *);