diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
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 |