aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-17 07:48:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-17 07:48:14 +0800
commit1eae52cc666f55142c4580637e3a42c1db2805b7 (patch)
treece8a44ade747ec40eec249120242bd9394069b52 /mail/ChangeLog
parentabd69f08adc08989436209f97a633707947e70c7 (diff)
downloadgsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar.gz
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar.bz2
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar.lz
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar.xz
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.tar.zst
gsoc2013-evolution-1eae52cc666f55142c4580637e3a42c1db2805b7.zip
Decode recipient names so that they display nicely in the To and Cc
2000-10-16 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (mail_generate_reply): Decode recipient names so that they display nicely in the To and Cc fields. (write_field_to_stream): Now takes another argument 'value_is_encoded' so that we know if we should decode that string before proceding onward. Since the message subject is already decoded before it's passed in, we don't want to decode it again (wasted cpu time and/or any 8bit chars will be assumed to be latin1 encoded and thus the decoded value will be corrupt). svn path=/trunk/; revision=5955
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 98dfd18129..bfea5d1f9c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2000-10-16 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-format.c (mail_generate_reply): Decode recipient names so
+ that they display nicely in the To and Cc fields.
+ (write_field_to_stream): Now takes another argument
+ 'value_is_encoded' so that we know if we should decode that string
+ before proceding onward. Since the message subject is already
+ decoded before it's passed in, we don't want to decode it again
+ (wasted cpu time and/or any 8bit chars will be assumed to be
+ latin1 encoded and thus the decoded value will be corrupt).
+
2000-10-16 Chris Toshok <toshok@helixcode.com>
* mail-config-gui.c (service_page_get_url): only set the url->user