aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-06 07:44:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-06 07:44:15 +0800
commit80c720a5696e701bff16798510e7422316711658 (patch)
tree58cc14e66a40813af86e0ac90efa4f94aeaa00f1 /mail/ChangeLog
parent3c7be1018d11ef211d89929eb566a6059b869fd6 (diff)
downloadgsoc2013-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/ChangeLog4
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.