aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-13 19:43:48 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-13 19:43:48 +0800
commit00d9f591651c0666c108c6774d3619eaacf2fbd3 (patch)
treef87cad6d1040236f28a0adaeb970b8c93f533a98 /mail/ChangeLog
parent0997d33f97202d25be663dedff412825101ca1f8 (diff)
downloadgsoc2013-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/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b2e33244d5..bc7604cffe 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
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.
+
* em-format-html.c (efh_format_headers): use %% for %%.
(efh_format_done): reset load_http_now once we've done, should
fix #56338 finally.