aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-17 11:44:27 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-17 11:44:27 +0800
commit49686598a43ad861b6ab1cd1a550f124b5910500 (patch)
tree75f9f7f63880a9c36e0a0791ef8b37a9aa43f09f /camel/camel-folder-summary.h
parent6e1efd0cba8c8665bb0532e3c5b4c4a9187b2e4f (diff)
downloadgsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar.gz
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar.bz2
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar.lz
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar.xz
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.tar.zst
gsoc2013-evolution-49686598a43ad861b6ab1cd1a550f124b5910500.zip
don't allow creation of Trash or Junk folders.
2004-05-14 Not Zed <NotZed@Ximian.com> * camel-store.c (camel_store_create_folder): don't allow creation of Trash or Junk folders. (camel_store_rename_folder): similar for rename. #57250. 2004-05-13 Not Zed <NotZed@Ximian.com> * camel-folder-summary.c (summary_build_content_info): set secure flag if we have a known security type. (flag_names[]): Added secure bit. (summary_build_content_info_message): set secure flag as appropriate. (summary_build_content_info_message): dont set attachments for simple types (non text), only base it on multipart/* stuff. (summary_build_content_info): same. * camel-folder-summary.h: added SECURE flag. Indicates signed or encrypted content. svn path=/trunk/; revision=25914
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 00506dec35..cf0100b5af 100644
--- a/camel/camel-folder-summary.h
+++ b/camel/camel-folder-summary.h
@@ -68,6 +68,7 @@ enum _CamelMessageFlags {
CAMEL_MESSAGE_ATTACHMENTS = 1<<5,
CAMEL_MESSAGE_ANSWERED_ALL = 1<<6,
CAMEL_MESSAGE_JUNK = 1<<7,
+ CAMEL_MESSAGE_SECURE = 1<<8,
/* following flags are for the folder, and are not really permanent flags */
CAMEL_MESSAGE_FOLDER_FLAGGED = 1<<16, /* for use by the folder implementation */