From 16daf75376145e9d64973f413667441767135ebc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Aug 2001 17:26:34 +0000 Subject: Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New 2001-08-27 Jeffrey Stedfast * 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 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') 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 -- cgit v1.2.3