aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-06 07:20:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-06 07:20:52 +0800
commit00a9e302ae4dff489ee1056b04979db20bb49358 (patch)
tree3f257a0c169ff3030ea57ad0fb844ceb0ddd1ba8 /camel/ChangeLog
parent812dd019e0a4645182592c0f1b8d78bd0b71be04 (diff)
downloadgsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar.gz
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar.bz2
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar.lz
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar.xz
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.tar.zst
gsoc2013-evolution-00a9e302ae4dff489ee1056b04979db20bb49358.zip
Use the camel_address_encode function again.
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. svn path=/trunk/; revision=5756
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7d27bba261..188fffb39f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
+
* camel-mime-utils.c (quoted_encode_step): Modified to not encode
space chars in the middle of a line.
(isblank): New macro if we're not on a system with the GNU isblank