From fa3dd0054fe2bb2eb17d50540473b82b360f0b4a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 22 Feb 2001 14:58:56 +0000 Subject: #define this as the set of all IMAP system flags * providers/imap/camel-imap-summary.h (CAMEL_IMAP_SERVER_FLAGS): #define this as the set of all IMAP system flags * providers/imap/camel-imap-folder.c (sync_message): after syncing flags, set server_flags to (flags & CAMEL_IMAP_SERVER_FLAGS) rather than just "flags", since any other flags won't have been synced. Prevents the CAMEL_MESSAGE_ATTACHMENTS flag from getting lost. svn path=/trunk/; revision=8344 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 164cd55fab..bfa6e7e0c3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2001-02-22 Dan Winship + + * providers/imap/camel-imap-summary.h (CAMEL_IMAP_SERVER_FLAGS): + #define this as the set of all IMAP system flags + + * providers/imap/camel-imap-folder.c (sync_message): after syncing + flags, set server_flags to (flags & CAMEL_IMAP_SERVER_FLAGS) + rather than just "flags", since any other flags won't have been + synced. Prevents the CAMEL_MESSAGE_ATTACHMENTS flag from getting + lost. + 2001-02-22 Not Zed * providers/vee/*: Removed all files. -- cgit