Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be using

2002-02-06  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-folder-summary.h: Remove the CAMEL_MESSAGE_NEEDS_REPLY
	flag, we no longer will be using this.

svn path=/trunk/; revision=15586
This commit is contained in:
Jeffrey Stedfast
2002-02-07 00:42:30 +00:00
committed by Jeffrey Stedfast
parent a184d302d5
commit eda028e5a5
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.h: Remove the CAMEL_MESSAGE_NEEDS_REPLY
flag, we no longer will be using this.
2002-02-04 Jeffrey Stedfast <fejj@ximian.com>
* camel-http-stream.c (stream_read): Use camel_mime_parser_read to

View File

@ -2360,7 +2360,6 @@ struct flag_names_t {
{ "flagged", CAMEL_MESSAGE_FLAGGED },
{ "seen", CAMEL_MESSAGE_SEEN },
{ "attachments", CAMEL_MESSAGE_ATTACHMENTS },
{ "needsreply", CAMEL_MESSAGE_NEEDS_REPLY },
{ NULL, 0 }
};

View File

@ -57,7 +57,6 @@ enum _CamelMessageFlags {
CAMEL_MESSAGE_FLAGGED = 1<<3,
CAMEL_MESSAGE_SEEN = 1<<4,
CAMEL_MESSAGE_ATTACHMENTS = 1<<5,
CAMEL_MESSAGE_NEEDS_REPLY = 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 */