diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-19 04:38:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-19 04:38:45 +0800 |
commit | 16dae9615ebb541aa7332bcac2d1bfb055d7595b (patch) | |
tree | 45c0a825ebe0c2b8d8e26da496c58890013a85e4 /camel/ChangeLog | |
parent | f19b05e4561a256176bb09367ccbc49add7030d9 (diff) | |
download | gsoc2013-evolution-16dae9615ebb541aa7332bcac2d1bfb055d7595b.tar.gz gsoc2013-evolution-16dae9615ebb541aa7332bcac2d1bfb055d7595b.tar.zst gsoc2013-evolution-16dae9615ebb541aa7332bcac2d1bfb055d7595b.zip |
Fix my Cyrus imapd workaround...instead of checking to see if info->flags
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (imap_sync_online): Fix my
Cyrus imapd workaround...instead of checking to see if info->flags
== FLAGGED, just check to see if it contains any IMAP flags.
svn path=/trunk/; revision=13770
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2387fd091d..a6ed0695c1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-10-18 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap/camel-imap-folder.c (imap_sync_online): Fix my + Cyrus imapd workaround...instead of checking to see if info->flags + == FLAGGED, just check to see if it contains any IMAP flags. + 2001-10-17 <NotZed@Ximian.com> * providers/local/camel-maildir-folder.c |