diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/em-folder-browser.c | 1 | ||||
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 4 |
4 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7af430616c..7d51b396c0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2007-12-07 Denis Washington <denisw@svn.gnome.org> + + ** Fix for bug #500561 + + * em-folder-browser.c: Added icon for mark all messages as read menu + item. + 2007-12-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c index 87bf65fd49..83193f42e8 100644 --- a/mail/em-folder-browser.c +++ b/mail/em-folder-browser.c @@ -1600,6 +1600,7 @@ static EPixmap emfb_pixmaps[] = { E_PIXMAP ("/commands/ChangeFolderProperties", "document-properties", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderCopy", "stock_folder-copy", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderMove", "stock_folder-move", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/MessageMarkAllAsRead", "mail-read", E_ICON_SIZE_MENU), E_PIXMAP_END }; diff --git a/ui/ChangeLog b/ui/ChangeLog index 034c5aa25a..c75a240aa9 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2007-12-07 Denis Washington <denisw@svn.gnome.org> + + ** Fix for bug #500561 + + * evolution-mail-list.xml: Added icon for mark all messages as read menu + item. + 2007-12-04 Alex Kloss <alexkloss@att.net> ** Fixes bug #444227 diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 9d7eb9201b..e653b4fa57 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -30,6 +30,10 @@ _tip="Select all messages in the same thread as the selected message" accel="*Control*h"/> + <cmd name="MessageMarkAllAsRead" + _tip="Mark all messages in the folder as read" + pixtype="pixbuf"/> + <cmd name="ChangeFolderProperties" _tip="Change the properties of this folder" pixtype="pixbuf"/> |