aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
author9 <NotZed@Ximian.com>2001-09-19 18:01:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-19 18:01:32 +0800
commit9ab4b45c155a49e2109a6dee3a315cce54d3bf16 (patch)
tree3fdcaebe2e8d619d68cd6777eea8ddaa4546d1b3 /mail/mail-ops.c
parent19648dad9c6459b564addd020320ba5fe821ddad (diff)
downloadgsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.gz
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.bz2
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.lz
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.xz
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.zst
gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.zip
Added missing header.
2001-09-19 <NotZed@Ximian.com> * component-factory.c: Added missing header. * mail-local.c (mail_local_store_add_folder): Async load the folder we just added, so it can update the folder counts in the display. We just discard the folder afterwards? * mail-ops.c (mail_get_folder): Use the queued thread to get folders. svn path=/trunk/; revision=12976
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 09d857923e..89967b7488 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1324,7 +1324,7 @@ mail_get_folder (const char *uri, void (*done) (char *uri, CamelFolder *folder,
m->done = done;
id = m->msg.seq;
- e_thread_put (mail_thread_new, (EMsg *)m);
+ e_thread_put (mail_thread_queued, (EMsg *)m);
return id;
}