From 412c2967bb93845e152022aefac70ad93571a288 Mon Sep 17 00:00:00 2001 From: 0 Date: Thu, 20 Sep 2001 21:01:53 +0000 Subject: Register vfolder sources here. 2001-09-20 * mail-tools.c(mail_tool_uri_to_folder): Register vfolder sources here. * folder-browser.c (got_folder): Dont register vfolder sources here. * mail-ops.c (mail_get_folder): Add thread parameter. Fix callers. * mail-vfolder.c (vfolder_setup): Use the 'slow' queue for setting up vfolders. * mail-mt.c (mail_msg_init): Limit the maximum number of threads on the 'new' thread to 10. (mail_msg_init): Create a new queue 'slow' for doing slow operations. svn path=/trunk/; revision=13017 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-local.c') diff --git a/mail/mail-local.c b/mail/mail-local.c index 13d03f75f6..bf5556cfcf 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -852,7 +852,7 @@ static void mail_local_store_add_folder(MailLocalStore *mls, const char *uri, co /* this is just so the folder is opened at least once to setup the folder counts etc in the display. Joy eh? The result is discarded. */ - mail_get_folder(uri, NULL, NULL); + mail_get_folder(uri, NULL, NULL, mail_thread_queued_slow); } } -- cgit v1.2.3