Moved the sendmail path config line from mts.conf to the MH profile
[mmh] / h / mime.h
index b741b2f..3e50ce2 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) != '(' \