Rest of the MMDF-style mail drop support removal.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 116abdb..ef7aa03 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -236,7 +236,6 @@ struct msgs {
 #define MS_DEFAULT  0    /* default (one msg per file) */
 #define MS_UNKNOWN  1    /* type not known yet         */
 #define MS_MBOX     2    /* Unix-style "from" lines    */
-#define MS_MMDF     3    /* string mmdlm2              */
 
 extern int msg_count;        /* m_getfld() indicators */
 extern int msg_style;        /*  .. */
@@ -307,6 +306,7 @@ extern char *incproc;
 extern char *lproc;
 extern char *mhetcdir;
 extern char *mailproc;
+extern char *mailspool;
 extern char *mh_seq;
 extern char *mhlformat;
 extern char *mhlforward;