diff options
author | 9 <NotZed@Ximian.com> | 2001-09-19 18:01:32 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-19 18:01:32 +0800 |
commit | 9ab4b45c155a49e2109a6dee3a315cce54d3bf16 (patch) | |
tree | 3fdcaebe2e8d619d68cd6777eea8ddaa4546d1b3 /mail/mail-ops.c | |
parent | 19648dad9c6459b564addd020320ba5fe821ddad (diff) | |
download | gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.gz 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.c | 2 |
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; } |