From 2a2a86d8d44185ab67a8871f3b9d3356ce1e6e4d Mon Sep 17 00:00:00 2001 From: 7 Date: Tue, 18 Sep 2001 02:29:31 +0000 Subject: Get folderinfo 1 at a time rather than all at once. 2001-09-17 * mail-ops.c (mail_get_folderinfo): Get folderinfo 1 at a time rather than all at once. svn path=/trunk/; revision=12929 --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-ops.c') 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; } -- cgit