From c0d763a702f850c0653e98e951b3de4a8d3c2c06 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 16 Apr 2001 01:01:47 +0000 Subject: Mark the messages as seen, not unseen. (is_drafts_folder): New function to 2001-04-15 Jeffrey Stedfast * mail-callbacks.c (mark_all_as_seen): Mark the messages as seen, not unseen. (is_drafts_folder): New function to attempt to determine if a folder is a drafts folder. (open_msg): Use is_drafts_folder(). (edit_msg): And here. (edit_msg_internal): New function that doesn't do the drafts checking and is only to be used internally. This should save us from having to doubly-check a folder to see if it's a drafts folder when doing an Open on the message. (open_msg): Call edit_msg_internal once we've established that the folder is a drafts folder. svn path=/trunk/; revision=9336 --- mail/mail-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-config.h') diff --git a/mail/mail-config.h b/mail/mail-config.h index 3989635521..6203052770 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -54,7 +54,7 @@ typedef struct { MailConfigIdentity *id; MailConfigService *source; MailConfigService *transport; - + gchar *drafts_folder_name, *drafts_folder_uri; gchar *sent_folder_name, *sent_folder_uri; } MailConfigAccount; -- cgit v1.2.3