[evolution-data-server] Remove unused CAMEL_MESSAGE_USER_NOT_DELETABLE flag.



commit 88ec25cec73b17bc093c8abaa7e9623788d6f530
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Sep 17 12:54:00 2013 -0400

    Remove unused CAMEL_MESSAGE_USER_NOT_DELETABLE flag.

 camel/camel-folder-summary.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index ba2ab77..ce66c78 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -95,10 +95,9 @@ typedef enum _CamelMessageFlags {
        CAMEL_MESSAGE_ANSWERED_ALL = 1 << 6,
        CAMEL_MESSAGE_JUNK = 1 << 7,
        CAMEL_MESSAGE_SECURE = 1 << 8,
-       CAMEL_MESSAGE_USER_NOT_DELETABLE = 1 << 9,
-       CAMEL_MESSAGE_HIDDEN = 1 << 10,
-       CAMEL_MESSAGE_NOTJUNK = 1 << 11,
-       CAMEL_MESSAGE_FORWARDED = 1 << 12,
+       CAMEL_MESSAGE_HIDDEN = 1 << 9,
+       CAMEL_MESSAGE_NOTJUNK = 1 << 10,
+       CAMEL_MESSAGE_FORWARDED = 1 << 11,
 
        /* following flags are for the folder, and are not really permanent flags */
        CAMEL_MESSAGE_FOLDER_FLAGGED = 1 << 16, /* for use by the folder implementation */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]