diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-06 05:26:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-06 05:26:28 +0800 |
commit | 19d6689653059b95dddabd8a05abf73558138137 (patch) | |
tree | 9ccd6243465ad4f2836309f823e52903a7d73120 /camel/ChangeLog | |
parent | 6abc02d6b9260bb8aa191f93d003e5bd8eedd393 (diff) | |
download | gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar.gz gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar.bz2 gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar.lz gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar.xz gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.tar.zst gsoc2013-evolution-19d6689653059b95dddabd8a05abf73558138137.zip |
Modified to not encode space chars in the middle of a line. (isblank): New
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
extension.
* camel-mime-message.c (camel_mime_message_set_from): Reversed my
changes, don't header_encode_phrase - it generates broken headers.
(camel_mime_message_set_reply_to): Same.
svn path=/trunk/; revision=5747
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d6c7baa3a8..7d27bba261 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +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 + extension. + + * camel-mime-message.c (camel_mime_message_set_from): Reversed my + changes, don't header_encode_phrase - it generates broken headers. + (camel_mime_message_set_reply_to): Same. + 2000-10-04 Chris Toshok <toshok@helixcode.com> * providers/nntp/camel-nntp-utils.c (camel_nntp_get_headers): |