diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2006-04-21 00:35:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2006-04-21 00:35:32 +0800 |
commit | 1211aeb130e6f041c15952ec030aa2acb12457d7 (patch) | |
tree | 3203602dabe4bc2f40102266abcced6eb55db22d /mail/ChangeLog | |
parent | fcdce4c7ddcae41edfc94df734fe8999f32b7f9d (diff) | |
download | gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar.gz gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar.bz2 gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar.lz gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar.xz gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.tar.zst gsoc2013-evolution-1211aeb130e6f041c15952ec030aa2acb12457d7.zip |
Fix for bug #339052
2006-04-20 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #339052
* em-inline-filter.c (emif_add_part): Preserve all Content-Type
params so that they may be restored later.
* em-format.c (emf_inlinepgp_signed): Restore the original part's
Content-Type params otherwise we lose valuable information such as
charset or format=flowed or various other things.
svn path=/trunk/; revision=31842
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 98eaa70ac2..d11af3dc5e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2006-04-20 Jeffrey Stedfast <fejj@novell.com> + + Fix for bug #339052 + + * em-inline-filter.c (emif_add_part): Preserve all Content-Type + params so that they may be restored later. + + * em-format.c (emf_inlinepgp_signed): Restore the original part's + Content-Type params otherwise we lose valuable information such as + charset or format=flowed or various other things. + 2006-04-18 Jeffrey Stedfast <fejj@novell.com> * mail.error.xml: Removed error id "camel-exception" as it was a |