Added FLAG_PASSED message flag to indicate a forwarded message (used in maildir).

This commit is contained in:
Vincent Richard 2004-10-06 16:18:06 +00:00
parent f3d249c81b
commit 3fb6238933

View File

@ -214,6 +214,7 @@ public:
FLAG_DELETED = (1 << 2), /**< Message is marked for deletion. */
FLAG_REPLIED = (1 << 3), /**< User replied to this message. */
FLAG_MARKED = (1 << 4), /**< Used-defined flag. */
FLAG_PASSED = (1 << 5), /**< Message has been resent/forwarded/bounced. */
FLAG_UNDEFINED = 9999 /**< Used internally (this should not be returned
by the flags() function). */