aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-12-09 11:21:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-12-09 11:21:40 +0800
commite09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e (patch)
tree935f3741f69ec1d3e2403238165c5660ba01770a /camel/camel-store.c
parent0031a7166cd0f3fc0cec0b60c468ca22a8c45b0b (diff)
downloadgsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.gz
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.bz2
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.lz
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.xz
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.tar.zst
gsoc2013-evolution-e09ebe7a80a11a33d5c393fddcb39e3ee95f7f9e.zip
** See bug #51899.
2003-12-09 Not Zed <NotZed@Ximian.com> ** See bug #51899. * providers/imap/camel-imap-store.c (get_folders): add the first fi to the info's hash, so we dont duplicate it if we come across it again (which we generally will). svn path=/trunk/; revision=23889
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r--camel/camel-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c
index 8d576d4583..c076128c38 100644
--- a/camel/camel-store.c
+++ b/camel/camel-store.c
@@ -953,6 +953,7 @@ camel_folder_info_build (GPtrArray *folders, const char *namespace,
name = fi->full_name;
if (*name == separator)
name++;
+
g_hash_table_insert (hash, g_strdup(name), fi);
}