diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-26 04:49:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-26 04:49:26 +0800 |
commit | 6dc2b5fac8deaa57b0a84f74dec98476a3066849 (patch) | |
tree | 1b8ddb0773a4a725454c69cfe391c4eceea11f6c /mail/ChangeLog | |
parent | 7b570acd6bec5c4619e79686c659c30918ea7ea6 (diff) | |
download | gsoc2013-evolution-6dc2b5fac8deaa57b0a84f74dec98476a3066849.tar.gz gsoc2013-evolution-6dc2b5fac8deaa57b0a84f74dec98476a3066849.tar.zst gsoc2013-evolution-6dc2b5fac8deaa57b0a84f74dec98476a3066849.zip |
If the data wrapper contains raw text, treat the contents as if they were
2001-09-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (get_data_wrapper_text): If the data wrapper
contains raw text, treat the contents as if they were in the
user's default charset and convert them to UTF-8.
svn path=/trunk/; revision=13119
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 37bbec983f..0a9670b38f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2001-09-25 Jeffrey Stedfast <fejj@ximian.com> + * mail-format.c (get_data_wrapper_text): If the data wrapper + contains raw text, treat the contents as if they were in the + user's default charset and convert them to UTF-8. + * component-factory.c (owner_set_cb): Throw up a warning dialog if we suspect the config database is corrupt. |