aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
author3 <NotZed@Ximian.com>2001-10-04 02:48:47 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-04 02:48:47 +0800
commitcb9d644a2ee55614b35dfdec6a7731db4ed1e35c (patch)
treed1295be217eec4ccb631c1d28e9b68d7f034f6a9 /mail/ChangeLog
parent636b05ecb88932f28ef2d1829da2b40ebcfb6253 (diff)
downloadgsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar.gz
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar.bz2
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar.lz
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar.xz
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.tar.zst
gsoc2013-evolution-cb9d644a2ee55614b35dfdec6a7731db4ed1e35c.zip
Dont wait for event to finish before returning. This could however mean we
2001-10-03 <NotZed@Ximian.com> * mail-folder-cache.c (folder_changed): Dont wait for event to finish before returning. This could however mean we process it after things have vanished below us? Fixes another case of ctrl-d deadlock. * mail-ops.c (remove_folder_get): Freeze/thaw around deleting all messages in folder. svn path=/trunk/; revision=13382
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 59a8661ab1..53658f3a07 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,11 +1,18 @@
2001-10-03 <NotZed@Ximian.com>
+ * mail-folder-cache.c (folder_changed): Dont wait for event to
+ finish before returning. This could however mean we process it
+ after things have vanished below us? Fixes another case of ctrl-d
+ deadlock.
+
* folder-browser.c (update_status_bar): If we have hide deleted
set, then dont count deleted messages in the 'total' messages
count. Fixes #6591.
* mail-ops.c (add_vtrash_info): If we have a fragment, override
that, rather than the path. Fixes #5251.
+ (remove_folder_get): Freeze/thaw around deleting all messages in
+ folder.
2001-10-03 Rodrigo Moya <rodrigo@ximian.com>