diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 01:26:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 01:26:29 +0800 |
commit | 1aa4562d998bc7f107fe3ea09ddb01c102274492 (patch) | |
tree | 07b204e15061ff4e1830d1649ce7a8d4aafc94f4 | |
parent | feabe079dbe2aa6cf43faba544ef90ff05b326aa (diff) | |
download | gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar.gz gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar.bz2 gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar.lz gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar.xz gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.tar.zst gsoc2013-evolution-1aa4562d998bc7f107fe3ea09ddb01c102274492.zip |
Make the "forward" button in the toolbar forward the current message
as an attachment, instead of inline.
svn path=/trunk/; revision=6968
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 22b1da67a4..370d9245b5 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-12-13 Ettore Perazzoli <ettore@helixcode.com> + + * evolution-mail.xml: Make the forward button in the toolbar + forward as an attachment. + 2000-12-13 Radek Doulik <rodo@helixcode.com> * evolution-message-composer.xml: redone shortcuts diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index c3f9f010b3..1b9b7e044f 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -207,7 +207,7 @@ _label="Reply to All" _tip="Reply to all recipients of this message" pixtype="pixbuf"/> - <toolitem name="Forward" verb="MessageForwardInlined" + <toolitem name="Forward" verb="MessageForwardAttached" _label="Forward" _tip="Forward this message" pixtype="pixbuf"/> |