diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-22 22:58:56 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-22 22:58:56 +0800 |
commit | fa3dd0054fe2bb2eb17d50540473b82b360f0b4a (patch) | |
tree | 2cfb0de06367d328057a1a1b5bb73566dcb6677d /camel/ChangeLog | |
parent | 25ccc39cae259140992aec83bee4710a6665fa49 (diff) | |
download | gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar.gz gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar.bz2 gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar.lz gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar.xz gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.tar.zst gsoc2013-evolution-fa3dd0054fe2bb2eb17d50540473b82b360f0b4a.zip |
#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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <NotZed@Ximian.com> * providers/vee/*: Removed all files. |