diff options
author | Denis Washington <denisw@svn.gnome.org> | 2007-12-07 12:32:14 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-12-07 12:32:14 +0800 |
commit | e2ef0d70d9dbd0f671be46842345c2a8993d44f5 (patch) | |
tree | 83005260507a0a64245465195e3d0442ffe5e4c4 /ui | |
parent | f687dfb5364107a6133b8c3f6e171d7c906d3c19 (diff) | |
download | gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar.gz gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar.bz2 gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar.lz gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar.xz gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.tar.zst gsoc2013-evolution-e2ef0d70d9dbd0f671be46842345c2a8993d44f5.zip |
** Fix for bug #500561
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.
--This
M mail/em-folder-browser.c
M mail/ChangeLog
M ui/ChangeLog
M ui/evolution-mail-list.xml
svn path=/trunk/; revision=34665
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"/> |