aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-05 00:17:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-05 00:17:02 +0800
commitd4b7008db3236c19b7fa71b3ab4a374030f5574d (patch)
tree9c798c065250e0446f1cb587a28ab19e52f21326 /camel/providers/imap/camel-imap-store.c
parent200071108fa97ea128657539bdcf86f64e1ac83b (diff)
downloadgsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar.gz
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar.bz2
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar.lz
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar.xz
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.tar.zst
gsoc2013-evolution-d4b7008db3236c19b7fa71b3ab4a374030f5574d.zip
Properly handle the case where the namespace is "". Fixes bug #34975
2002-12-04 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store-summary.c (camel_imap_store_summary_add_from_full): Properly handle the case where the namespace is "". Fixes bug #34975 svn path=/trunk/; revision=19002
Diffstat (limited to 'camel/providers/imap/camel-imap-store.c')
-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 20352ac80b..0fba62fe36 100644
--- a/camel/providers/imap/camel-imap-store.c
+++ b/camel/providers/imap/camel-imap-store.c
@@ -2140,7 +2140,7 @@ get_folders_online (CamelImapStore *imap_store, const char *pattern,
g_hash_table_destroy(present);
}
-#if 1
+#if 0
static void
dumpfi(CamelFolderInfo *fi)
{