evolution-data-server r9666 - trunk/camel/providers/imap
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9666 - trunk/camel/providers/imap
- Date: Tue, 14 Oct 2008 06:05:38 +0000 (UTC)
Author: sragavan
Date: Tue Oct 14 06:05:38 2008
New Revision: 9666
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9666&view=rev
Log:
2008-10-14 Srinivasa Ragavan <sragavan novell com>
** Fix for bug #550998
* camel/providers/imap/camel-imap-folder.c: Refresh, when everything
local is deleted on the server.
Modified:
trunk/camel/providers/imap/ChangeLog
trunk/camel/providers/imap/camel-imap-folder.c
Modified: trunk/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- trunk/camel/providers/imap/camel-imap-folder.c (original)
+++ trunk/camel/providers/imap/camel-imap-folder.c Tue Oct 14 06:05:38 2008
@@ -889,7 +889,8 @@
g_datalist_clear (&data);
}
- if (summary_got == 0) {
+ if (summary_got == 0 && summary_len == 0) {
+ camel_operation_end (NULL);
CAMEL_SERVICE_REC_UNLOCK (store, connect_lock);
g_free(new);
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]