diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-12 07:28:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-12 07:28:18 +0800 |
commit | 1f8d003f9c88f00c03b6f81f24353f3f49f84419 (patch) | |
tree | 602ecf5fb8e6229eecf944bd3df4ba4f7eded2dc /ui | |
parent | f385c7c54a991021b0cbdb4dc7f49ac299824071 (diff) | |
download | gsoc2013-evolution-1f8d003f9c88f00c03b6f81f24353f3f49f84419.tar.gz gsoc2013-evolution-1f8d003f9c88f00c03b6f81f24353f3f49f84419.tar.zst gsoc2013-evolution-1f8d003f9c88f00c03b6f81f24353f3f49f84419.zip |
Add an ActionsEmptyTrash menu item.
2001-03-11 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail.xml: Add an ActionsEmptyTrash menu item.
svn path=/trunk/; revision=8634
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 3d925e4535..876e228231 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-03-11 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail.xml: Add an ActionsEmptyTrash menu item. + 2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index e5e89826b8..9638bab8be 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -186,6 +186,9 @@ <menuitem name="FolderExpunge" verb="" _label="_Expunge" accel="*Control*x"/> + + <menuitem name="ActionsEmptyTrash" verb="" _label="Empty Trash" + accel=""/> </submenu> </placeholder> |