X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fmh.h;h=5898831f3d72702be6041bef337f949e5e332420;hb=f480c03187724e54e5391ee61b810827da319a6c;hp=31b5f4d868cb6505c05d800a48db5834e907f3a5;hpb=6c40d481d661d532dd527eaf34cebb6d3f8ed086;p=mmh diff --git a/h/mh.h b/h/mh.h index 31b5f4d..5898831 100644 --- a/h/mh.h +++ b/h/mh.h @@ -74,9 +74,8 @@ extern struct swit anoyes[]; /* standard yes/no switches */ #define SEQMOD (1<<1) /* folder's sequences modifed */ #define ALLOW_NEW (1<<2) /* allow the "new" sequence */ #define OTHERS (1<<3) /* folder has other files */ -#define MODIFIED (1<<4) /* msh in-core folder modified */ -#define FBITS "\020\01READONLY\02SEQMOD\03ALLOW_NEW\04OTHERS\05MODIFIED" +#define FBITS "\020\01READONLY\02SEQMOD\03ALLOW_NEW\04OTHERS" /* * type for holding the sequence set of a message @@ -185,8 +184,6 @@ struct msgs { #define unset_unseen(mp,msgnum) ((mp)->msgstats[(msgnum) - mp->lowoff] &= ~SELECT_UNSEEN) #define set_unseen(mp,msgnum) ((mp)->msgstats[(msgnum) - mp->lowoff] |= SELECT_UNSEEN) -/* for msh only */ -#define set_deleted(mp,msgnum) ((mp)->msgstats[(msgnum) - mp->lowoff] |= DELETED) #define in_sequence(mp,seqnum,msgnum) \ ((mp)->msgstats[(msgnum) - mp->lowoff] & (1 << (FFATTRSLOT + seqnum))) @@ -247,7 +244,6 @@ struct msgs { #define MS_UNKNOWN 1 /* type not known yet */ #define MS_MBOX 2 /* Unix-style "from" lines */ #define MS_MMDF 3 /* string mmdlm2 */ -#define MS_MSH 4 /* whacko msh */ extern int msg_count; /* m_getfld() indicators */ extern int msg_style; /* .. */ @@ -299,6 +295,7 @@ extern struct node *m_defs; /* list of profile/context entries */ */ extern char *buildmimeproc; extern char *backup_prefix; +extern char *altmsglink; extern char *catproc; extern char *components; extern char *context; @@ -326,7 +323,6 @@ extern char *mhlproc; extern char *mhlreply; extern char *moreproc; extern char *msgprot; -extern char *mshproc; extern char *nmhaccessftp; extern char *nmhstorage; extern char *nmhcache; @@ -349,7 +345,6 @@ extern char *showproc; extern char *usequence; extern char *version_num; extern char *version_str; -extern char *vmhproc; extern char *whatnowproc; extern char *whomproc;