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-message.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-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index eb6fa5da55..b952b1527f 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -127,6 +127,10 @@ accel="*Control*o" pixtype="pixbuf"/> + <cmd name="MailPost" + _tip="Post a message to a Public folder" + accel="*Control**Alt*m"/> + <cmd name="MessagePostReply" _tip="Post a reply to a message in a Public folder" accel=""/> @@ -308,6 +312,7 @@ <submenu name="Message" _label="_Message"> <placeholder name="MessageTopActions"> <menuitem name="ActionCompose" verb="MailCompose" _label="Compose _New Message"/> + <menuitem name="MailPost" verb="" _label="Pos_t New Message to Folder"/> <menuitem name="MessageOpen" verb="" _label="_Open in New Window"/> <menuitem name="MessageEdit" verb="" _label="_Edit as New Message..."/> <menuitem name="AddSenderToAddressbook" verb="" _label="A_dd Sender to Address Book"/> |