diff options
Diffstat (limited to 'ui/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 9 |
1 files changed, 7 insertions, 2 deletions
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"> |