diff options
author | Rodney Dawes <dobey@novell.com> | 2005-08-17 22:35:32 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-08-17 22:35:32 +0800 |
commit | e31beb29c0165e6f6ce0f8389e421841c9d46bc7 (patch) | |
tree | 282b9b29e5afc9068364229a6d8a2eb10e500cb1 /ui/evolution-mail-global.xml | |
parent | c5940bddfcf97db7d767727befa1e19cfb6c12df (diff) | |
download | gsoc2013-evolution-e31beb29c0165e6f6ce0f8389e421841c9d46bc7.tar.gz gsoc2013-evolution-e31beb29c0165e6f6ce0f8389e421841c9d46bc7.tar.zst gsoc2013-evolution-e31beb29c0165e6f6ce0f8389e421841c9d46bc7.zip |
Remove the MailPost command Move the MailPost command to here Add a menu
2005-08-17 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Remove the MailPost command
* evolution-mail-message.xml: Move the MailPost command to here
Add a menu item for the MailPost command (#312225)
* evolution-mail-list.xml: Add a menu item for the EditSelectThread
command (#306878)
Fixes #306878 and #312225
svn path=/trunk/; revision=30148
Diffstat (limited to 'ui/evolution-mail-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 1150db12fe..66c191c3c8 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -5,10 +5,6 @@ <cmd name="EmptyTrash" _tip="Permanently remove all deleted messages from all folders"/> - <cmd name="MailPost" - _tip="Post a message to a Public folder" - accel="*Control**Alt*m"/> - <cmd name="MailStop" _tip="Cancel the current mail operation" pixtype="stock" pixname="gtk-stop"/> |