aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-08-05 21:37:15 +0800
committerDan Winship <danw@src.gnome.org>2002-08-05 21:37:15 +0800
commitaa069f945fb7a8d6a62cd40cbef9ade71e191566 (patch)
tree2ced57228d28b01517c53616dc0198250aa94b6c /camel/camel-folder-summary.h
parent338e936539204e42bbb0a09f30eba984fa939ebc (diff)
downloadgsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar.gz
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar.bz2
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar.lz
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar.xz
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.tar.zst
gsoc2013-evolution-aa069f945fb7a8d6a62cd40cbef9ade71e191566.zip
Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a
* camel-folder-summary.h (CamelMessageFlags): Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish a reply-to-sender from a reply-to-all. (eg, Exchange) * providers/local/camel-local-folder.c (local_init): Add ANSWERED_ALL to permanent_flags too. svn path=/trunk/; revision=17694
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r--camel/camel-folder-summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h
index 62ea39a1df..e971faeece 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -63,6 +63,7 @@ enum _CamelMessageFlags {
CAMEL_MESSAGE_FLAGGED = 1<<3,
CAMEL_MESSAGE_SEEN = 1<<4,
CAMEL_MESSAGE_ATTACHMENTS = 1<<5,
+ CAMEL_MESSAGE_ANSWERED_ALL = 1<<6,
/* following flags are for the folder, and are not really permanent flags */
CAMEL_MESSAGE_FOLDER_FLAGGED = 1<<16, /* for use by the folder implementation */