From 6e1a9c1903b5ae66cd267e675e6f50034e12ba85 Mon Sep 17 00:00:00 2001 From: 0 Date: Wed, 10 Oct 2001 19:48:27 +0000 Subject: oops, we want get_unread_message_count, not get_message_count! 2001-10-10 * providers/local/camel-maildir-store.c (scan_dir): oops, we want get_unread_message_count, not get_message_count! 2001-10-09 * camel-service.c (camel_service_disconnect): Duplicate connect code that unregisters a cancel op if we created one. svn path=/trunk/; revision=13561 --- camel/providers/local/camel-maildir-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/local/camel-maildir-store.c b/camel/providers/local/camel-maildir-store.c index c60b162929..53952785d3 100644 --- a/camel/providers/local/camel-maildir-store.c +++ b/camel/providers/local/camel-maildir-store.c @@ -275,7 +275,7 @@ static int scan_dir(CamelStore *store, GHashTable *visited, char *root, const ch CAMEL_STORE_LOCK(store, cache_lock); folder = g_hash_table_lookup(store->folders, path); if (folder) - unread = camel_folder_get_message_count(folder); + unread = camel_folder_get_unread_message_count(folder); else unread = 0; CAMEL_STORE_UNLOCK(store, cache_lock); -- cgit v1.2.3