diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 4bcafd2418..8fd8a5237f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-01-28 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail-message.xml: Add MessageRedirect. + 2002-01-18 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added File->Open which calls the diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index a3fdedf5f6..5aa7cacc7e 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -85,6 +85,10 @@ _tip="Open the selected message in a new window" accel="*Control*o"/> + <cmd name="MessageRedirect" + _tip="Redirect (bounce) the selected message to someone" + accel=""/> + <cmd name="MessageReplyAll" _tip="Compose a reply to all of the recipients of the selected message" accel="*Control**Shift*r" @@ -267,6 +271,8 @@ <menuitem verb="MessageForwardAttached" _label="Forward _Attached"/> <menuitem verb="MessageForwardInline" _label="Forward _Inline"/> <menuitem verb="MessageForwardQuoted" _label="Forward _Quoted"/> + <separator f="" name="forwardlist1"/> + <menuitem verb="MessageRedirect" _label="Redirect"/> </submenu> <separator f="" name="emaillist1"/> |