Replaced msg_style with the boolean ismbox.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 0738f42..6a5cf9f 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -230,13 +230,7 @@ struct msgs {
 #define BODYEOF  4         /* Body  returned ending at eom     */
 #define FILEEOF  5         /* Reached end of input file        */
 
-/*
-** Maildrop styles
-*/
-#define MS_DEFAULT  0    /* default (one msg per file) */
-#define MS_MBOX     1    /* Unix-style "from" lines    */
-
-extern int msg_count;        /* m_getfld() indicators */
+extern int msg_count;        /* m_getfld() indicators (That's a hack!) */
 
 #define NOUSE    0        /* draft being re-used */