X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=09032677d55153b4fd5e58f6ee5eb389fd53d2cd;hp=fe99246c04c8f25e7153f61ecd0ad112e268ef6c;hb=4fbe60b6406be5253f50cc35b9d10e11f244da6f;hpb=452df42b9645e99101184f28518652646ad75ba7 diff --git a/h/mh.h b/h/mh.h index fe99246..0903267 100644 --- a/h/mh.h +++ b/h/mh.h @@ -65,8 +65,6 @@ struct swit { extern struct swit anoyes[]; /* standard yes/no switches */ -#define ATTACHFORMATS 3 /* Number of send attach formats. */ - /* ** general folder attributes */ @@ -238,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; /* .. */ @@ -288,10 +285,10 @@ extern char *mailstore; /* name of mail storage directory */ ** their values and reloading the various modules, nmh will run ** on any system. */ +extern char *attach_hdr; extern char *buildmimeproc; extern char *backup_prefix; extern char *altmsglink; -extern char *catproc; extern char *components; extern char *context; extern char *curfolder; @@ -308,11 +305,13 @@ 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; extern char *mhlproc; extern char *mhlreply; +extern char *mimetypequery; +extern char *mimetypequeryproc; extern char *moreproc; extern char *msgprot; extern char *nmhaccessftp;