aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-06 16:11:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-06 16:11:51 +0800
commit9279a2cf22757bba12c54598963099c638504c80 (patch)
treecf8e7f314a82ae393c32da3f7d20ecee905033c4 /mail/mail-folder-cache.c
parent6cb57f5f7fc5e798b87e5bd1481052592704b0f2 (diff)
downloadgsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar.gz
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar.bz2
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar.lz
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar.xz
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.tar.zst
gsoc2013-evolution-9279a2cf22757bba12c54598963099c638504c80.zip
ref the emfoldertree in our thread message. (em_folder_tree_set_selected):
2004-04-06 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (emft_tree_row_expanded): ref the emfoldertree in our thread message. (em_folder_tree_set_selected): same. (emft_get_folder_info__free): unref it. * mail-folder-cache.c (ping_store): use thread_queued_slow not thread_queued - we dont care when it runs. * em-folder-view.c (emfv_set_folder_uri): use thread_new for getting the folder, we do elsewhere, and it aids interactivity. svn path=/trunk/; revision=25330
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r--mail/mail-folder-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index 4f8ef4441e..b6b0f86b4b 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -843,7 +843,7 @@ ping_store (gpointer key, gpointer val, gpointer user_data)
m->store = store;
camel_object_ref (store);
- e_thread_put (mail_thread_queued, (EMsg *) m);
+ e_thread_put (mail_thread_queued_slow, (EMsg *) m);
}
static gboolean