From 56f4dd919f5ab860dfafe79ce6db3a9567de254f Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Tue, 2 May 2000 03:33:55 +0000 Subject: 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 --- mail/pixmaps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/pixmaps.h') 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 */ -- cgit v1.2.3