aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-09-21 05:01:53 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-21 05:01:53 +0800
commit412c2967bb93845e152022aefac70ad93571a288 (patch)
tree55d48f12679eb94191862e454eb87f9faa725796 /mail/mail-folder-cache.c
parentb5bf3f9615b040be5f9d7402a861b1c44dfd18c4 (diff)
downloadgsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar
gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.gz
gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.bz2
gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.lz
gsoc2013-evolution-412c2967bb93845e152022aefac70ad93571a288.tar.xz
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-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 32c68b75de..3921d4a41b 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -40,7 +40,7 @@
#include "mail-folder-cache.h"
#include "mail-ops.h"
-#define d(x) x
+#define d(x)
/* note that many things are effectively serialised by having them run in
the main loop thread which they need to do because of corba/gtk calls */