Added support for optional Content_Disposition header in mhbuild directive.s
[mmh] / h / mime.h
index b741b2f..1a85b42 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -12,6 +12,7 @@
 #define        ENCODING_FIELD  "Content-Transfer-Encoding"
 #define        ID_FIELD        "Content-ID"
 #define        DESCR_FIELD     "Content-Description"
+#define        DISPO_FIELD     "Content-Disposition"
 #define        MD5_FIELD       "Content-MD5"
 
 #define        isatom(c)   (!isspace (c) && !iscntrl (c) && (c) != '(' \