X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=ef7aa034cdd25b49b30295c2fe62210bac7b1f6e;hb=bf5e3d96f882fe51157059787cd658d4a7ddd840;hp=116abdb1af9c40925f1a43f3f2b4abc1bddff9bc;hpb=8ff284ff9167eff8f5349481529332d59ed913b1;p=mmh 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;