aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-09-21 08:55:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-21 08:55:36 +0800
commit5de6e2a14b9d3e4fc3260cfa195921d020249a22 (patch)
tree59a15ad96fb6ba95b33a855e205cbb3a2849e02e /camel/camel-store.c
parent8ee783370fbc98b8a6556a65eae8aa1c94d0cc86 (diff)
downloadgsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.gz
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.bz2
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.lz
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.xz
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.zst
gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.zip
Setup unread count properly, and also setup the url properly.
* providers/local/camel-local-folder.c (camel_local_folder_construct): Setup unread count properly, and also setup the url properly. (scan_dir): Dont include empty host part in url for folder. (scan_dir): Lookup folder counts for any folders we currenty have open. svn path=/trunk/; revision=13035
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 939b99bb4d..62b1c48902 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -132,7 +132,7 @@ static void
camel_store_finalize (CamelObject *object)
{
CamelStore *store = CAMEL_STORE (object);
-
+
if (store->folders) {
if (g_hash_table_size (store->folders) != 0) {
g_warning ("Folder cache for store %p contains "