diff options
-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> |