evolution-data-server r9667 - branches/gnome-2-24/camel/providers/imap
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9667 - branches/gnome-2-24/camel/providers/imap
- Date: Tue, 14 Oct 2008 07:22:25 +0000 (UTC)
Author: sragavan
Date: Tue Oct 14 07:22:25 2008
New Revision: 9667
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9667&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:
branches/gnome-2-24/camel/providers/imap/ChangeLog
branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c
Modified: branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c (original)
+++ branches/gnome-2-24/camel/providers/imap/camel-imap-folder.c Tue Oct 14 07:22:25 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]