diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-06 07:44:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-06 07:44:15 +0800 |
commit | 80c720a5696e701bff16798510e7422316711658 (patch) | |
tree | 58cc14e66a40813af86e0ac90efa4f94aeaa00f1 /mail/ChangeLog | |
parent | 3c7be1018d11ef211d89929eb566a6059b869fd6 (diff) | |
download | gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar.gz gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar.bz2 gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar.lz gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar.xz gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.tar.zst gsoc2013-evolution-80c720a5696e701bff16798510e7422316711658.zip |
Use a charset filter to make sure the data is written out in the charset
2000-12-05 Jeffrey Stedfast <fejj@helixcode.com>
* mail-display.c (write_data_to_file): Use a charset filter to
make sure the data is written out in the charset it was meant to
be in instead of UTF-8.
* mail-format.c (mail_format_raw_message): Don't use the raw
message body as the format argument, use "%s" instead. If the raw
message contains %'s then it will segfault otherwise.
svn path=/trunk/; revision=6803
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 5aebe431af..8e309f3f87 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-12-05 Jeffrey Stedfast <fejj@helixcode.com> + * mail-display.c (write_data_to_file): Use a charset filter to + make sure the data is written out in the charset it was meant to + be in instead of UTF-8. + * mail-format.c (mail_format_raw_message): Don't use the raw message body as the format argument, use "%s" instead. If the raw message contains %'s then it will segfault otherwise. |