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 | |
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')
-rw-r--r-- | ui/ChangeLog | 11 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 4 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 1 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 5 |
4 files changed, 17 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 3c2fe1b0b7..2b1d57b7b7 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,14 @@ +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 + 2005-08-07 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: Fix the tooltip for the 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"/> 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> 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"/> |