aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-12-04 18:52:55 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-12-04 18:52:55 +0800
commitbfb8c339693b75919860ade1e9affb4587445f0e (patch)
treebb3260db87b0123d5bdfdeb501abe1f7e4296073 /mail/folder-browser.c
parentb7efb0befa9d8b141c4ddac54c194bc4f94f4134 (diff)
downloadgsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.gz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.bz2
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.lz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.xz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.zst
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.zip
Make inline forwarding not be the default anymore.
svn path=/trunk/; revision=6771
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r--mail/folder-browser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 145e5512d2..7707c87874 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -482,8 +482,8 @@ on_right_click (ETableScrolled *table, gint row, gint col, GdkEvent *event, Fold
{ "", NULL, GTK_SIGNAL_FUNC (NULL), NULL, 0 },
{ _("Reply to Sender"), NULL, GTK_SIGNAL_FUNC (reply_to_sender), NULL, 0 },
{ _("Reply to All"), NULL, GTK_SIGNAL_FUNC (reply_to_all), NULL, 0 },
- { _("Forward"), NULL, GTK_SIGNAL_FUNC (forward_msg), NULL, 0 },
- { _("Forward as Attachment"), NULL, GTK_SIGNAL_FUNC (forward_attach), NULL, 0 },
+ { _("Forward"), NULL, GTK_SIGNAL_FUNC (forward_attached), NULL, 0 },
+ { _("Forward inline"), NULL, GTK_SIGNAL_FUNC (forward_inlined), NULL, 0 },
{ "", NULL, GTK_SIGNAL_FUNC (NULL), NULL, 0 },
{ _("Mark as Read"), NULL, GTK_SIGNAL_FUNC (mark_as_seen), NULL, 4 },
{ _("Mark as Unread"), NULL, GTK_SIGNAL_FUNC (mark_as_unseen), NULL, 8 },