]> diplodocus.org Git - nmh/blobdiff - h/mime.h
Fix a segfault that happens when using the -file option.
[nmh] / h / mime.h
index b741b2f250a011ca729cea1ba7cae8af445151cc..3e50ce2cb27f01a9d9cdf731021cbf1054a6478c 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -1,8 +1,6 @@
 
 /*
  * mime.h -- definitions for MIME
- *
- * $Id$
  */
 
 #define        VRSN_FIELD      "MIME-Version"
@@ -12,6 +10,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) != '(' \