aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-28 01:26:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-28 01:26:34 +0800
commit16daf75376145e9d64973f413667441767135ebc (patch)
treef02ab65f79e58b074bcb148ec7641fd75f349b22 /mail/mail-callbacks.c
parentfcefade8381d8305dd3c3448ba0559f6f07bad03 (diff)
downloadgsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.gz
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.bz2
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.lz
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.xz
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.zst
gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.zip
Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New
2001-08-27 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_make_message_attachment): Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New function to convenience removing the X-Evolution headers. (mail_tool_restore_xevolution_headers): New convenience function to restore the X-Evolution headers. (mail_tool_destroy_xevolution): New function to cleanup the structure. (mail_tool_forward_message): Remove and restore the X-Evolution headers here too. svn path=/trunk/; revision=12484
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r--mail/mail-callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index cf3f43336b..a99cde4317 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -1003,7 +1003,7 @@ void
forward (GtkWidget *widget, gpointer user_data)
{
MailConfigForwardStyle style = mail_config_get_default_forward_style ();
-
+
if (style == MAIL_CONFIG_FORWARD_ATTACHED)
forward_attached (widget, user_data);
else