diff options
author | 0 <NotZed@Ximian.com> | 2001-09-21 05:01:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 05:01:53 +0800 |
commit | 412c2967bb93845e152022aefac70ad93571a288 (patch) | |
tree | 55d48f12679eb94191862e454eb87f9faa725796 /mail/mail-mt.h | |
parent | b5bf3f9615b040be5f9d7402a861b1c44dfd18c4 (diff) | |
download | gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.gz gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.zst gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.zip |
Register vfolder sources here.
2001-09-20 <NotZed@Ximian.com>
* 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
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 6ec2255bc7..8f90c3b0c7 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -77,6 +77,7 @@ extern EMsgPort *mail_gui_reply_port; /* some globally available threads */ extern EThread *mail_thread_queued; /* for operations that can (or should) be queued */ extern EThread *mail_thread_new; /* for operations that should run in a new thread each time */ +extern EThread *mail_thread_queued_slow; /* for operations that can (or should) be queued, but take a long time */ /* The main thread. */ extern pthread_t mail_gui_thread; |