diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-28 00:41:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-28 00:41:55 +0800 |
commit | a58cd1586cbdd63b5b7d929fd85babbe375b6d9f (patch) | |
tree | 9234d36a077867522aefeaf09f881a2fee648895 /camel/ChangeLog | |
parent | 34c8a93e525ad08d6a333a8c8178d21adb5cd424 (diff) | |
download | gsoc2013-evolution-a58cd1586cbdd63b5b7d929fd85babbe375b6d9f.tar.gz gsoc2013-evolution-a58cd1586cbdd63b5b7d929fd85babbe375b6d9f.tar.zst gsoc2013-evolution-a58cd1586cbdd63b5b7d929fd85babbe375b6d9f.zip |
Fix the fix that fixes broken mailer behavior. We want to make sure that
2001-07-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (header_decode_param): Fix the fix that fixes
broken mailer behavior. We want to make sure that the user's
locale charset is non-NULL before we pass it off to
iconv_open(). If it *is* NULL, we want to use iso-8859-1.
svn path=/trunk/; revision=11448
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 056a488f9b..f17ea3fea6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-07-27 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_decode_param): Fix the fix that fixes + broken mailer behavior. We want to make sure that the user's + locale charset is non-NULL before we pass it off to + iconv_open(). If it *is* NULL, we want to use iso-8859-1. + 2001-07-26 Jeffrey Stedfast <fejj@ximian.com> * camel-url.c (camel_url_free): Allow the url to be NULL just like |