aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-09 14:07:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-09 14:07:49 +0800
commitefa0b9c96b5b3283dae60c8045ada5a89f817f4f (patch)
treed5a65a83d3512fa9e065af747014a8f7b7ccd498 /mail/ChangeLog
parentf13d5385ffa7ed71f9c641cc2d160a9653dd62f4 (diff)
downloadgsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.gz
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.bz2
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.lz
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.xz
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.tar.zst
gsoc2013-evolution-efa0b9c96b5b3283dae60c8045ada5a89f817f4f.zip
add total + unread counts to properties page.
2004-01-09 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (emft_popup_properties_got_folder): add total + unread counts to properties page. * em-utils.c (filter_editor_response): * mail-vfolder.c (vfolder_editor_response): change for rule editor changes, ACCEPT->OK. svn path=/trunk/; revision=24125
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e204fb34b4..307651ea64 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2004-01-09 Not Zed <NotZed@Ximian.com>
+ * em-folder-tree.c (emft_popup_properties_got_folder): add total +
+ unread counts to properties page.
+
+ * em-utils.c (filter_editor_response):
+ * mail-vfolder.c (vfolder_editor_response): change for rule editor
+ changes, ACCEPT->OK.
+
+2004-01-09 Not Zed <NotZed@Ximian.com>
+
* em-format.c (em_format_format_text): keep the windows charset
filter around until we're done since if we set it up we reference
its memory. Causes warnings and breaks message display.