From fb91cdbd3af111928ca64f7df6342d70c3447c67 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 19 Dec 2000 19:42:15 +0000 Subject: Add "guint32 server_flags" to CamelImapMessageInfo to keep track of the * providers/imap/camel-imap-summary.c: Add "guint32 server_flags" to CamelImapMessageInfo to keep track of the last known message flag state on the server. (message_info_save, message_info_load): Save/load the server_flags. * providers/imap/camel-imap-folder.c: Make this use CamelFolderChangeInfo and emit folder_changed notifications as it gets them rather than only on refresh_info. (imap_refresh_info): Notice flags that get cleared on the server as well as flags that get set. (imap_update_summary): Remove a comment that never actually applied to the committed code. svn path=/trunk/; revision=7086 --- camel/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 370f21b528..e9496867f4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2000-12-18 Dan Winship + + * providers/imap/camel-imap-summary.c: Add "guint32 server_flags" + to CamelImapMessageInfo to keep track of the last known message + flag state on the server. + (message_info_save, message_info_load): Save/load the + server_flags. + + * providers/imap/camel-imap-folder.c: Make this use + CamelFolderChangeInfo and emit folder_changed notifications as it + gets them rather than only on refresh_info. + (imap_refresh_info): Notice flags that get cleared on the server + as well as flags that get set. + (imap_update_summary): Remove a comment that never actually + applied to the committed code. + 2000-12-15 Dan Winship * providers/imap/camel-imap-command.c (camel_imap_command): Change -- cgit