Remove unused CAMEL_MESSAGE_HIDDEN flag.
authorMatthew Barnes <mbarnes@redhat.com>
Tue, 17 Sep 2013 16:55:29 +0000 (12:55 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 23 Sep 2013 16:03:08 +0000 (12:03 -0400)
camel/camel-folder-summary.h

index ce66c78..c9597e4 100644 (file)
@@ -95,9 +95,8 @@ typedef enum _CamelMessageFlags {
        CAMEL_MESSAGE_ANSWERED_ALL = 1 << 6,
        CAMEL_MESSAGE_JUNK = 1 << 7,
        CAMEL_MESSAGE_SECURE = 1 << 8,
-       CAMEL_MESSAGE_HIDDEN = 1 << 9,
-       CAMEL_MESSAGE_NOTJUNK = 1 << 10,
-       CAMEL_MESSAGE_FORWARDED = 1 << 11,
+       CAMEL_MESSAGE_NOTJUNK = 1 << 9,
+       CAMEL_MESSAGE_FORWARDED = 1 << 10,
 
        /* following flags are for the folder, and are not really permanent flags */
        CAMEL_MESSAGE_FOLDER_FLAGGED = 1 << 16, /* for use by the folder implementation */