From aabc9c14ea0e9dc152e1aee605eeaace2ba4d4f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 13 Jul 2001 18:53:08 +0000 Subject: Added a hack to convert charsets in the format iso8859-1 to iso-8859-1 2001-07-13 Jeffrey Stedfast * camel-mime-utils.c (rfc2047_decode_word): Added a hack to convert charsets in the format iso8859-1 to iso-8859-1 because it seems to be more iconv friendly. It has been reported that on some systems, iconv doesn't know about iso8859-1 while it *does* know about iso-8859-1. See bug #4530. svn path=/trunk/; revision=11094 --- camel/ChangeLog | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index d1abaa0b19..88fab1eafc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,14 +1,22 @@ +2001-07-13 Jeffrey Stedfast + + * camel-mime-utils.c (rfc2047_decode_word): Added a hack to + convert charsets in the format iso8859-1 to iso-8859-1 because it + seems to be more iconv friendly. It has been reported that on some + systems, iconv doesn't know about iso8859-1 while it *does* know + about iso-8859-1. See bug #4530. + 2001-07-13 Peter Williams - * Makefile.am (install-exec-local): Let people install as non-root, - but give them a bigass warning so they're not allowed to complain when - it doesn't work right. + * Makefile.am (install-exec-local): Let people install as + non-root, but give them a bigass warning so they're not allowed to + complain when it doesn't work right. - * camel-remote-store.c (sync_remote_folder): New function: - hash table callback. - (remote_disconnect): If cleanly disconnecting, sync our folders. Fixes - deadlocks on exit (folders syncing after store disconnects) and also makes - sense. + * camel-remote-store.c (sync_remote_folder): New function: hash + table callback. + (remote_disconnect): If cleanly disconnecting, sync our + folders. Fixes deadlocks on exit (folders syncing after store + disconnects) and also makes sense. 2001-07-13 Jeffrey Stedfast -- cgit v1.2.3