X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=ef7aa034cdd25b49b30295c2fe62210bac7b1f6e;hp=116abdb1af9c40925f1a43f3f2b4abc1bddff9bc;hb=684ec30d81e1223a282764452f4902ed4ad1c754;hpb=a0f6183a0f52f9c0f48ce42b4f10592ceec2b014 diff --git a/h/mh.h b/h/mh.h index 116abdb..ef7aa03 100644 --- 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;