diff options
author | Radek Doulik <rodo@ximian.com> | 2004-03-09 01:53:53 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-03-09 01:53:53 +0800 |
commit | b98df57b11d78b4566a648c9c7f74c4d4a41ce8d (patch) | |
tree | 72be070f47662c909de1e409d2658e554d93c2d0 | |
parent | 96dccdb6959e4277c6262710b27984b0a1ed45e4 (diff) | |
download | gsoc2013-evolution-b98df57b11d78b4566a648c9c7f74c4d4a41ce8d.tar.gz gsoc2013-evolution-b98df57b11d78b4566a648c9c7f74c4d4a41ce8d.tar.zst gsoc2013-evolution-b98df57b11d78b4566a648c9c7f74c4d4a41ce8d.zip |
added filter junk command and menuitem, icon for MarkAsNotJunk
2004-03-08 Radek Doulik <rodo@ximian.com>
* evolution-mail-message.xml: added filter junk command and
menuitem, icon for MarkAsNotJunk
svn path=/trunk/; revision=24992
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4e43004ad6..640ed5fc4d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2004-03-08 Radek Doulik <rodo@ximian.com> + + * evolution-mail-message.xml: added filter junk command and + menuitem, icon for MarkAsNotJunk + 2004-02-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Assign Delete and KP_Delete as diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 8137f21176..7a34784a1f 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -49,6 +49,10 @@ accel="*Control*y" pixtype="pixbuf"/> + <cmd name="MessageFilterJunk" + _tip="Filter the selected messages for junk status" + pixtype="pixbuf"/> + <cmd name="MessageCopy" _tip="Copy selected messages to another folder" accel="*Control**Shift*y" @@ -102,7 +106,8 @@ pixtype="pixbuf"/> <cmd name="MessageMarkAsNotJunk" - _tip="Mark the selected message(s) as not being junk"/> + _tip="Mark the selected message(s) as not being junk" + pixtype="pixbuf"/> <cmd name="MessageMove" _tip="Move selected message(s) to another folder" @@ -345,6 +350,7 @@ <separator f="" name="emaillist5"/> <menuitem name="MessageApplyFilters" verb="" _label="A_pply Filters"/> + <menuitem name="MessageFilterJunk" verb="" _label="Filter _Junk"/> </placeholder> </placeholder> </submenu> |