aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 8cae4440..c8a3ba16 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -88,6 +88,7 @@ typedef guint32 MsgPermFlags;
#define MSG_IMAP (1U << 19)
#define MSG_NEWS (1U << 20)
#define MSG_SIGNED (1U << 21)
+#define MSG_FLAG_CHANGED (1U << 27)
#define MSG_CACHED (1U << 28)
#define MSG_MIME (1U << 29)
#define MSG_INVALID (1U << 30)