diff options
author | Not Zed <NotZed@Ximian.com> | 2001-03-29 13:34:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-03-29 13:34:56 +0800 |
commit | 83bc2a49045764545ac90af63b0694b08e4cc43a (patch) | |
tree | 14a312c1a241388218c8d5590eeae91c13f4a99a /ui | |
parent | 1ff6054e5ef86550df4e2dba80b47b8e81ab8fd2 (diff) | |
download | gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar.gz gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar.bz2 gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar.lz gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar.xz gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.tar.zst gsoc2013-evolution-83bc2a49045764545ac90af63b0694b08e4cc43a.zip |
Move the 'hide deleted' to the option list under the view menu.
2001-03-29 Not Zed <NotZed@Ximian.com>
* evolution-mail.xml: Move the 'hide deleted' to the option list
under the view menu.
svn path=/trunk/; revision=9010
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index eddd7b38e2..e5e43744d8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-03-29 Not Zed <NotZed@Ximian.com> + + * evolution-mail.xml: Move the 'hide deleted' to the option list + under the view menu. + 2001-03-28 Ettore Perazzoli <ettore@ximian.com> * evolution-mail.xml: Bind "MessageMarkAsRead" to `Control-k' instead of diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 2916746434..0b4a8adce3 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -8,6 +8,9 @@ <cmd name="ViewSource" _label="S_ource" _tip="View Raw Message Source" type="toggle" /> + <cmd name="HideDeleted" + _label="Hide _Deleted Messages" _tip="Hide Deleted Messages" type="toggle" /> + <cmd name="MailStop" pixtype="stock" pixname="Stop"/> @@ -123,6 +126,7 @@ _label="Full _Headers" _tip="Display all of the message headers"/> <menuitem name="Source" verb="ViewSource" accel=""/> + <menuitem name="Deleted" verb="HideDeleted" accel=""/> <separator/> <menuitem name="MessageHideClear" verb="" _label="Show _All" pixtype="pixbuf"/> @@ -130,8 +134,6 @@ _label="Hide S_elected Messages" pixtype="pixbuf"/> <menuitem name="MessageHideRead" verb="" _label="Hide _Read messages" pixtype="pixbuf"/> - <menuitem name="MessageHideDeleted" verb="" - _label="Hide _Deleted Messages" pixtype="pixbuf"/> </submenu> <submenu name="Actions"> |