diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 11:33:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 11:33:55 +0800 |
commit | 56f4dd919f5ab860dfafe79ce6db3a9567de254f (patch) | |
tree | 2b5f089d95128a27f424aa3100762069c74882b5 /mail/pixmaps.h | |
parent | e3215000495de098a56e76be3c71eca7db4bd61d (diff) | |
download | gsoc2013-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/pixmaps.h')
-rw-r--r-- | mail/pixmaps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/pixmaps.h b/mail/pixmaps.h index f41e3e0086..fdbb932771 100644 --- a/mail/pixmaps.h +++ b/mail/pixmaps.h @@ -8,6 +8,7 @@ #include "pixmaps/attachment-header.xpm" #include "pixmaps/online-status.xpm" #include "pixmaps/message-status.xpm" +#include "pixmaps/envelope-deleted.xpm" #endif /* EVOLUTION_PIXMAPS_H */ |