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-list.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-list.xml')
-rw-r--r-- | ui/evolution-mail-list.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 4131e4be50..d689500e7e 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -100,6 +100,7 @@ <placeholder name="MessagesInFolder"> <menuitem name="EditSelectAll" verb="" _label="Select _All Messages"/> + <menuitem name="EditSelectThread" verb="" _label="Select Message _Thread"/> <menuitem name="MessageMarkAllAsRead" verb="" _label="Mark Me_ssages as Read"/> <menuitem name="FolderExpunge" verb="" _label="E_xpunge"/> </placeholder> |