diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-28 01:26:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-28 01:26:34 +0800 |
commit | 16daf75376145e9d64973f413667441767135ebc (patch) | |
tree | f02ab65f79e58b074bcb148ec7641fd75f349b22 /mail/ChangeLog | |
parent | fcefade8381d8305dd3c3448ba0559f6f07bad03 (diff) | |
download | gsoc2013-evolution-16daf75376145e9d64973f413667441767135ebc.tar.gz 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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b8695e5bd0..45da2cd300 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +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. + 2001-08-26 Jeffrey Stedfast <fejj@ximian.com> * mail-send-recv.c (receive_update_got_store): If the store is not |