Commit 3f342f1e 3f342f1ebb0f0cc76d18fce789998f9ccc3b51e7 by Alain Magloire

define MU_ATTRIBUTE_MODIFIED

1 parent b0b1c03d
...@@ -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 *));
......