diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-13 19:43:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-13 19:43:48 +0800 |
commit | 00d9f591651c0666c108c6774d3619eaacf2fbd3 (patch) | |
tree | f87cad6d1040236f28a0adaeb970b8c93f533a98 /mail/mail-ops.c | |
parent | 0997d33f97202d25be663dedff412825101ca1f8 (diff) | |
download | gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar.gz gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar.bz2 gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar.lz gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar.xz gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.tar.zst gsoc2013-evolution-00d9f591651c0666c108c6774d3619eaacf2fbd3.zip |
run this in the thread_queued_slow, so it runs in sequence and after
2004-04-13 Not Zed <NotZed@Ximian.com>
* mail-ops.c (mail_refresh_folder): run this in the
thread_queued_slow, so it runs in sequence and after folder_sync.
* em-folder-view.c (emfv_set_folder): fire off a refresh_folder
once the folder is loaded. Addresses #56871.
svn path=/trunk/; revision=25431
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 ca80fffa7d..cf0c6fb62e 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1557,7 +1557,7 @@ mail_refresh_folder(CamelFolder *folder, void (*done) (CamelFolder *folder, void m->data = data; m->done = done; - e_thread_put(mail_thread_new, (EMsg *)m); + e_thread_put(mail_thread_queued_slow, (EMsg *)m); } /* ******************************************************************************** */ |