From 40547a996b1100b0f51897acda2a7d22dc6db2cb Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 27 Jul 2008 19:07:29 +0000 Subject: ** Fix for bug #543411 2008-07-28 Srinivasa Ragavan ** Fix for bug #543411 * mail/em-folder-tree-model.c: Dont load known folders. * mail/em-folder-tree.c: Move iter to the last entry. svn path=/trunk/; revision=35841 --- mail/em-folder-tree-model.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/em-folder-tree-model.c') diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index ce6e15a851..7037479c96 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -448,6 +448,10 @@ em_folder_tree_model_set_folder_info (EMFolderTreeModel *model, GtkTreeIter *ite const char *name; guint32 flags; + /* make sure we don't already know about it? */ + if (g_hash_table_lookup (si->full_hash, fi->full_name)) + return; + if (!fully_loaded) load = fi->child == NULL && !(fi->flags & (CAMEL_FOLDER_NOCHILDREN | CAMEL_FOLDER_NOINFERIORS)); -- cgit v1.2.3