aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-02 11:33:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-02 11:33:55 +0800
commit56f4dd919f5ab860dfafe79ce6db3a9567de254f (patch)
tree2b5f089d95128a27f424aa3100762069c74882b5 /mail/ChangeLog
parente3215000495de098a56e76be3c71eca7db4bd61d (diff)
downloadgsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar.gz
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar.bz2
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar.lz
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar.xz
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.tar.zst
gsoc2013-evolution-56f4dd919f5ab860dfafe79ce6db3a9567de254f.zip
Added a deleted message icon whcih shows when messages are
deleted (takes a while to update the gui for some reason). Updates the gui when expunged, via a signal. * pixmaps.h: Added envelope-deleted state. (message_list_init_renderers): Added a 3rd state to message_status = deleted. (ml_value_at): Show the message state as deleted, if it is marked for deletion. (folder_changed): When the folder changes, update the display. (message_list_set_folder): Connect to the folder_changed event here. (message_changed): Callback to update the display when the message changes. (select_msg): And connect to the message_changed signal so we know when it cahgnes. svn path=/trunk/; revision=2746
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0f47f2f001..a42d24dcac 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,7 @@
2000-05-01 NotZed <NotZed@HelixCode.com>
+ * pixmaps.h: Added envelope-deleted state.
+
* folder-browser-factory.c: Setup callback for actual delete op.
(control_activate): Setup a tool menu item to expnge deleted
messages.
@@ -25,6 +27,17 @@
result.
(select_msg): Changed to use get_message_info, so searches work.
(ml_value_at): And same here.
+ (message_list_init_renderers): Added a 3rd state to message_status
+ = deleted.
+ (ml_value_at): Show the message state as deleted, if it is marked
+ for deletion.
+ (folder_changed): When the folder changes, update the display.
+ (message_list_set_folder): Connect to the folder_changed event
+ here.
+ (message_changed): Callback to update the display when the message
+ changes.
+ (select_msg): And connect to the message_changed signal so we know
+ when it cahgnes.
* mail-display.c: Include missing errno.h.