aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2002-08-16 16:43:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-08-16 16:43:39 +0800
commit955f3a55fd346865893cbb1f585ed13b62e7a462 (patch)
treedc1acb32530c053a4b0ba52f1e7815f22d42ab8d
parent2ce20b6b3be0a4170e81ed7fef840daf9b0d46ed (diff)
downloadgsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar.gz
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar.bz2
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar.lz
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar.xz
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.tar.zst
gsoc2013-evolution-955f3a55fd346865893cbb1f585ed13b62e7a462.zip
Ugh, actually do what i just said i did, last patch was
wrong. svn path=/trunk/; revision=17784
-rw-r--r--camel/providers/imap/camel-imap-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c
index b311a3288b..1bb57cc1a5 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -2158,7 +2158,7 @@ get_folders(CamelStore *store, const char *top, guint32 flags, CamelException *e
haveinbox = (strcasecmp(fi->full_name, "INBOX")) == 0;
}
- if (!haveinbox && top[0] == imap_store->namespace)
+ if (!haveinbox && top == imap_store->namespace)
get_folders_online(imap_store, "INBOX", folders, FALSE, ex);
for (i=0; i<folders->len; i++)