We don't need m_msgdef.c separately and some minor rework in m_getfld.c.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8f66669..0738f42 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -234,12 +234,9 @@ struct msgs {
 ** Maildrop styles
 */
 #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_MBOX     1    /* Unix-style "from" lines    */
 
 extern int msg_count;        /* m_getfld() indicators */
-extern int msg_style;        /*  .. */
-extern char *msg_delim;      /*  .. */
 
 #define NOUSE    0        /* draft being re-used */