From 49686598a43ad861b6ab1cd1a550f124b5910500 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 17 May 2004 03:44:27 +0000 Subject: don't allow creation of Trash or Junk folders. 2004-05-14 Not Zed * 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 * 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 --- camel/camel-folder-summary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-folder-summary.h') 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 */ -- cgit v1.2.3