diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-12-07 16:30:00 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-12-07 16:30:00 +0800 |
commit | e9655751fb054f9b81d070b3d1264fa2906ed632 (patch) | |
tree | e796a0a6504dc758188e4be4e74b7c00bf63eb38 | |
parent | 1aacb36b7bcfe32859a07c9aeacac22c7958533b (diff) | |
download | gsoc2013-evolution-e9655751fb054f9b81d070b3d1264fa2906ed632.tar.gz gsoc2013-evolution-e9655751fb054f9b81d070b3d1264fa2906ed632.tar.zst gsoc2013-evolution-e9655751fb054f9b81d070b3d1264fa2906ed632.zip |
Add menu item for prioritising message
2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com>
* evolution-message-composer.xml: Add menu item for prioritising
message
svn path=/trunk/; revision=30735
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index f33f34147d..ff26d4ac48 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Parthasarathi Susarla <sparthasarathi@novell.com> + + * evolution-message-composer.xml: Add menu item for prioritising + message + 2005-11-22 Karsten Bräckelmann <guenther@rudersport.de> * evolution-mail-message.xml: Re-established sane Reply* menu order, diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index c22804d461..82dbab887f 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -35,8 +35,12 @@ pixtype="stock" pixname="gtk-delete" _tip="Delete all but signature"/> - <cmd name="RequestReceipt" _label="Request read receipt" - _tip="Check to get delivery notification when your message is read" + <cmd name="RequestReceipt" _label="R_equest Read Receipt" + _tip="Get delivery notification when your message is read" + type="toggle" state="0"/> + + <cmd name="SetPriority" _label="_Prioritise Message" + _tip="Set the message priority to high" type="toggle" state="0"/> <cmd name="FormatHtml" _label="HT_ML" _tip="Send the mail in HTML format" @@ -131,6 +135,7 @@ <placeholder name="Component"/> <separator f="" name="emailcomposer"/> <menuitem name="RequestReceipt" verb=""/> + <menuitem name="SetPriority" verb=""/> </submenu> <submenu name="Format" _label="For_mat"> |