aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
author7 <NotZed@Ximian.com>2001-09-18 10:29:31 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-18 10:29:31 +0800
commit2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d (patch)
treea2c998c87bfb47ed1e93b20a1b484ab86bd1a75f /mail/mail-ops.c
parent2275c901219bf32b70c3775b143ae18c9bd4a138 (diff)
downloadgsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar.gz
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar.bz2
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar.lz
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar.xz
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.tar.zst
gsoc2013-evolution-2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d.zip
Get folderinfo 1 at a time rather than all at once.
2001-09-17 <NotZed@Ximian.com> * mail-ops.c (mail_get_folderinfo): Get folderinfo 1 at a time rather than all at once. svn path=/trunk/; revision=12929
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 60db1cee4a..3c229fab2b 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1171,7 +1171,7 @@ mail_get_folderinfo (CamelStore *store, void (*done)(CamelStore *store, CamelFol
m->data = data;
id = m->msg.seq;
- e_thread_put(mail_thread_new, (EMsg *)m);
+ e_thread_put(mail_thread_queued, (EMsg *)m);
return id;
}