summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0c3a21f)
MODIFIED was a folder attribute used by msh(1), and DELETED a message
attribute that may have last been used in the 1980s.
Adjust corresponding FBITS and MBITS definitions.
#define SEQMOD (1<<1) /* folder's sequences modified */
#define ALLOW_NEW (1<<2) /* allow the "new" sequence */
#define OTHERS (1<<3) /* folder has other files */
#define SEQMOD (1<<1) /* folder's sequences modified */
#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"
/*
* first free slot for user defined sequences
/*
* first free slot for user defined sequences
* internal messages attributes (sequences)
*/
#define EXISTS (0) /* exists */
* internal messages attributes (sequences)
*/
#define EXISTS (0) /* exists */
-#define DELETED (1) /* deleted */
#define SELECTED (2) /* selected for use */
#define SELECT_EMPTY (3) /* "new" message */
#define SELECT_UNSEEN (4) /* inc/show "unseen" */
#define SELECTED (2) /* selected for use */
#define SELECT_EMPTY (3) /* "new" message */
#define SELECT_UNSEEN (4) /* inc/show "unseen" */
-#define MBITS "\020\01EXISTS\02DELETED\03SELECTED\04NEW\05UNSEEN"
+#define MBITS "\020\01EXISTS\02!BUG!\03SELECTED\04NEW\05UNSEEN"
/*
* type for holding the sequence set of a message
/*
* type for holding the sequence set of a message