aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-07 02:41:45 +0800
committerDan Winship <danw@src.gnome.org>2000-12-07 02:41:45 +0800
commit5d64f35e99217ac57c21f7749ed9d80512bf619b (patch)
treee91de725e9b32fb8b00ab5fbf94d4bbb11d0039c /mail/ChangeLog
parent5c7218c6295186b1af0a26a4c056b7af6a2c33f9 (diff)
downloadgsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar.gz
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar.bz2
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar.lz
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar.xz
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.tar.zst
gsoc2013-evolution-5d64f35e99217ac57c21f7749ed9d80512bf619b.zip
Run the folder_changed code on message_changed as well, so the unread
* mail-local.c (cleanup_register_folder): Run the folder_changed code on message_changed as well, so the unread message counts update as messages are read. svn path=/trunk/; revision=6813
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5121d6daf8..8984fe4adc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2000-12-06 Dan Winship <danw@helixcode.com>
+ * mail-local.c (cleanup_register_folder): Run the folder_changed
+ code on message_changed as well, so the unread message counts
+ update as messages are read.
+
* folder-browser.c: Remove bits of filter-on-demand and toolbar
bug workaround cruft that don't do anything useful any more.