aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-14 00:00:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-14 00:00:21 +0800
commitdfb793f762502fcc73a91c1e6799ee29cbbf5169 (patch)
tree5eee47af4eb8f3fc2abcba1f92b3a73aa6adda20 /mail/ChangeLog
parent8563120ccac076a0baf9cb904c23a87bbb59d960 (diff)
downloadgsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar.gz
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar.bz2
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar.lz
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar.xz
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.tar.zst
gsoc2013-evolution-dfb793f762502fcc73a91c1e6799ee29cbbf5169.zip
track the messagelist hidedeleted value since it looks it up when we set
004-04-13 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_set_folder): track the messagelist hidedeleted value since it looks it up when we set the folder. * em-folder-browser.c (emfb_hide_deleted): use new method below to propagate change. (emfb_activate): same. * em-folder-view.c (em_folder_view_set_hide_deleted): accessor to set the hide_deleted state, emits a view_changed event. * mail-component.c (view_changed_cb): use VISIBLE rather than TOTAL for the displayed total count. Also deleted if we're not in hide deleted mode. And do spethal things with spethal folders, etc. svn path=/trunk/; revision=25438
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bc7604cffe..c75edf6dcc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,20 @@
2004-04-13 Not Zed <NotZed@Ximian.com>
+ * em-folder-view.c (emfv_set_folder): track the messagelist
+ hidedeleted value since it looks it up when we set the folder.
+
+ * em-folder-browser.c (emfb_hide_deleted): use new method below to
+ propagate change.
+ (emfb_activate): same.
+
+ * em-folder-view.c (em_folder_view_set_hide_deleted): accessor to
+ set the hide_deleted state, emits a view_changed event.
+
+ * mail-component.c (view_changed_cb): use VISIBLE rather than
+ TOTAL for the displayed total count. Also deleted if we're not in
+ hide deleted mode. And do spethal things with spethal folders,
+ etc.
+
* mail-ops.c (mail_refresh_folder): run this in the
thread_queued_slow, so it runs in sequence and after folder_sync.