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/ChangeLog | 5 +++++ mail/mail-ops.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 9fc72b3768..5772343b86 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-09-17 + + * mail-ops.c (mail_get_folderinfo): Get folderinfo 1 at a time + rather than all at once. + 2001-09-17 Jeffrey Stedfast * component-factory.c (storage_remove_folder): Unsubscribe from 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 v1.2.3