diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-16 08:37:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-16 08:37:15 +0800 |
commit | 50f09cddd59097941cf8c7f908a565f0f9a9dc2a (patch) | |
tree | abda6495a98ae7c84c50a93cf79912af47fc64d9 | |
parent | 64f95feb7da6e02faf8395f14a1329a133e367cd (diff) | |
download | gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar.gz gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar.bz2 gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar.lz gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar.xz gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.tar.zst gsoc2013-evolution-50f09cddd59097941cf8c7f908a565f0f9a9dc2a.zip |
Added Forward as Attachment.
2000-11-15 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-mail.xml: Added Forward as Attachment.
svn path=/trunk/; revision=6586
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c2a16bf465..92245c085a 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2000-11-15 Jeffrey Stedfast <fejj@helixcode.com> + + * evolution-mail.xml: Added Forward as Attachment. + 2000-11-11 Christopher James Lahey <clahey@helixcode.com> * evolution-contact-editor.xml: Added Send contact as attachment @@ -17,8 +21,8 @@ 2000-11-07 Jesse Pavel <jpavel@helixcode.com> - * evolution-event-editor.xml: removed ``FIXME'' from the ``Schedule Meeting'' - menu. + * evolution-event-editor.xml: removed ``FIXME'' from the + ``Schedule Meeting'' menu. 2000-11-06 Jeffrey Stedfast <fejj@helixcode.com> diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index cacbaa000b..72eae26c17 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -98,6 +98,10 @@ _label="_Forward" accel="*Control**Alt*f"/> + <menuitem name="MessageForwardAttach" verb="" + _label="Forward as Attachment" + accel=""/> + <menuitem/> <menuitem name="MessageMarkAsRead" verb="" |