diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 4 |
2 files changed, 11 insertions, 0 deletions
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"/> |