X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=1f8a23c102156c7d0452bc280dc4d53c21775bf1;hp=b8896d1afc5d4c065eaece397aeeaaca9c2ebc5e;hb=0f56dec07e0eda5042276a5e65cb51ea95c23ff9;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/h/mh.h b/h/mh.h index b8896d1..1f8a23c 100644 --- a/h/mh.h +++ b/h/mh.h @@ -70,12 +70,12 @@ extern struct swit anoyes[]; /* standard yes/no switches */ /* ** general folder attributes */ -#define READONLY (1<<0) /* No write access to folder */ -#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 READONLY (1<<0) /* No write access to folder */ +#define SEQMOD (1<<1) /* folder's sequences modifed */ +#define ALLOW_BEYOND (1<<2) /* allow the beyond sequence */ +#define OTHERS (1<<3) /* folder has other files */ -#define FBITS "\020\01READONLY\02SEQMOD\03ALLOW_NEW\04OTHERS" +#define FBITS "\020\01READONLY\02SEQMOD\03ALLOW_BEYOND\04OTHERS" /* ** type for holding the sequence set of a message