-- Jeffrey Stedfast Evolution Hacker - Novell, Inc. fejj ximian com - www.novell.com |
? 70425.patch Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/ChangeLog,v retrieving revision 1.10 diff -u -r1.10 ChangeLog --- ChangeLog 23 Feb 2005 06:17:15 -0000 1.10 +++ ChangeLog 10 Mar 2005 19:45:30 -0000 @@ -1,3 +1,9 @@ +2005-03-10 Jeffrey Stedfast <fejj novell com> + + * camel-imap-folder.c (imap_sync_online): READ-ONLY doesn't mean + we can't sync flags, allow flag syncing even in READ-ONLY mode + (spec says we can if PERMANENTFLAGS is non-empty). + 2005-02-22 Not Zed <NotZed Ximian com> ** See bug #61468 Index: camel-imap-folder.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-folder.c,v retrieving revision 1.346 diff -u -r1.346 camel-imap-folder.c --- camel-imap-folder.c 23 Feb 2005 06:17:15 -0000 1.346 +++ camel-imap-folder.c 10 Mar 2005 19:45:31 -0000 @@ -765,11 +765,6 @@ gboolean unset; int i, j, max; - if (((CamelImapFolder *)folder)->read_only) { - imap_sync_offline (folder, ex); - return; - } - camel_exception_init (&local_ex); CAMEL_SERVICE_LOCK (store, connect_lock);
Attachment:
smime.p7s
Description: S/MIME cryptographic signature