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