From: Dan Winship Date: Tue, 5 Dec 2000 22:58:41 +0000 (+0000) Subject: (imap_refresh_info): Fix a really really really dumb bug. X-Git-Tag: upstream/3.7.4~11252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95d9c2c8f0c5e7bc0511261f4f5f3731df1e9a7c;p=platform%2Fupstream%2Fevolution-data-server.git (imap_refresh_info): Fix a really really really dumb bug. --- diff --git a/camel/ChangeLog b/camel/ChangeLog index b01b0b3..8c575a1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,6 +3,7 @@ * providers/imap/camel-imap-folder.c (imap_get_message): use BODY.PEEK[] rather than RFC822, so the message doesn't get marked as \Seen. + (imap_refresh_info): Fix a really really really dumb bug. 2000-12-05 Dan Winship diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 4fdfd6c..3534681 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -251,7 +251,7 @@ imap_refresh_info (CamelFolder *folder, CamelException *ex) gboolean folder_changed = FALSE; if (imap_folder->exists == 0) { - if (camel_folder_summary_count != 0) { + if (camel_folder_summary_count (imap_folder->summary) != 0) { camel_folder_summary_clear (imap_folder->summary); camel_object_trigger_event (CAMEL_OBJECT (folder), "folder_changed", NULL);