X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=6a5cf9fcaf8936616ae17541842d4c12f69ae0a6;hb=fc71710f8695ea07d852284286b058ecb3955317;hp=8f66669dfca5b1017cefe5e3cf9217208131af05;hpb=8cc6b9bed04847a5675f5eec39938b4e242b0b2d;p=mmh diff --git a/h/mh.h b/h/mh.h index 8f66669..6a5cf9f 100644 --- a/h/mh.h +++ b/h/mh.h @@ -230,16 +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_UNKNOWN 1 /* type not known yet */ -#define MS_MBOX 2 /* Unix-style "from" lines */ - -extern int msg_count; /* m_getfld() indicators */ -extern int msg_style; /* .. */ -extern char *msg_delim; /* .. */ +extern int msg_count; /* m_getfld() indicators (That's a hack!) */ #define NOUSE 0 /* draft being re-used */