diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-03 07:32:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-03 07:32:14 +0800 |
commit | f88a537b586a44540327812e3054fdab32bb03a0 (patch) | |
tree | 786998a953d25932f7ee37c25f89515b2d7b44be /camel/ChangeLog | |
parent | e1b0851d1aee8feda815510005c4ed9ce88ec5d1 (diff) | |
download | gsoc2013-evolution-f88a537b586a44540327812e3054fdab32bb03a0.tar.gz gsoc2013-evolution-f88a537b586a44540327812e3054fdab32bb03a0.tar.zst gsoc2013-evolution-f88a537b586a44540327812e3054fdab32bb03a0.zip |
Revert my x-unknown special-case hack - this may mask other problems.
2001-10-02 Jeffrey Stedfast <fejj@ximian.com>
* camel-charset-map.c (camel_charset_to_iconv): Revert my
x-unknown special-case hack - this may mask other problems.
* camel-mime-utils.c (rfc2047_decode_word): If the iconv
conversion fails, for whatever reason, retry using the user's
locale charset.
svn path=/trunk/; revision=13359
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 46f1f8c2cb..28e367be14 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-10-02 Jeffrey Stedfast <fejj@ximian.com> + + * camel-charset-map.c (camel_charset_to_iconv): Revert my + x-unknown special-case hack - this may mask other problems. + + * camel-mime-utils.c (rfc2047_decode_word): If the iconv + conversion fails, for whatever reason, retry using the user's + locale charset. + 2001-10-02 <NotZed@Ximian.com> * providers/local/camel-maildir-store.c (get_folder_info): Go back |