diff options
-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"> |