define MU_ATTRIBUTE_MODIFIED
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -41,6 +41,7 @@ typedef struct _attribute * attribute_t; | ... | @@ -41,6 +41,7 @@ typedef struct _attribute * attribute_t; |
41 | #define MU_ATTRIBUTE_DRAFT 0x08 | 41 | #define MU_ATTRIBUTE_DRAFT 0x08 |
42 | #define MU_ATTRIBUTE_SEEN 0x10 | 42 | #define MU_ATTRIBUTE_SEEN 0x10 |
43 | #define MU_ATTRIBUTE_READ 0x20 | 43 | #define MU_ATTRIBUTE_READ 0x20 |
44 | #define MU_ATTRIBUTE_MODIFIED 0x40 | ||
44 | #define MU_ATTRIBUTE_RECENT 0x00 | 45 | #define MU_ATTRIBUTE_RECENT 0x00 |
45 | 46 | ||
46 | extern int attribute_create __P ((attribute_t *, void *)); | 47 | extern int attribute_create __P ((attribute_t *, void *)); | ... | ... |
-
Please register or sign in to post a comment