aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-06 08:59:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-06 08:59:34 +0800
commit1d7f4317543842ec64e2962c662b04b9f36c6e33 (patch)
treeac086ad0c90e049c1b56840c341774e64020432e /camel/ChangeLog
parentb6e23a317f7dd0461042c0c0b3d63e39d54826bf (diff)
downloadgsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar.gz
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar.bz2
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar.lz
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar.xz
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.tar.zst
gsoc2013-evolution-1d7f4317543842ec64e2962c662b04b9f36c6e33.zip
Encode the name part of the address and don't quote the name.
2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-utils.c (header_address_list_format_append): Encode the name part of the address and don't quote the name. (header_decode_text): Rewrote from scratch, the old code was badly broken. svn path=/trunk/; revision=5758
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 188fffb39f..719a759eec 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
+ * camel-mime-utils.c (header_address_list_format_append): Encode
+ the name part of the address and don't quote the name.
+ (header_decode_text): Rewrote from scratch, the old code was badly
+ broken.
+
+2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
+
* camel-mime-message.c (camel_mime_message_set_reply_to): Use the
camel_address_encode function again.
(camel_mime_message_set_from): Same.