diff options
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index f61598a599..ddd34a459f 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -129,6 +129,11 @@ accel="*Control*r" pixtype="pixbuf"/> + <cmd name="MessageReplyList" + _tip="Compose a reply to the mailing list of the selected message" + accel="" + pixtype="pixbuf"/> + <cmd name="MessageResend" _tip="Open the selected message in the composer to re-send it"/> @@ -311,6 +316,7 @@ <separator/> <menuitem name="MessageReplySender" verb="" _label="_Reply to Sender"/> + <menuitem name="MessageReplyList" verb="" _label="Reply to _List"/> <menuitem name="MessageReplyAll" verb="" _label="Reply to _All"/> <menuitem name="MessageForward" verb="" _label="_Forward Message"/> <submenu name="ForwardAs" _label="Forward As"> |