diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-28 06:05:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-28 06:05:45 +0800 |
commit | 201718d5533f383f65790a7fa7a8f0b4284936d4 (patch) | |
tree | 8128376829127b3c1598f7bb76af05072f7edc5c /camel/ChangeLog | |
parent | e3566a474cdade04088e6789b694287e3f1072fb (diff) | |
download | gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.gz gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.tar.zst gsoc2013-evolution-201718d5533f383f65790a7fa7a8f0b4284936d4.zip |
Remove previous comment about Outlook brokenness, since it turns out the
brokenness was actually somewhere else. (Still in Outlook, just not in
the part of Outlook I was told it was.)
svn path=/trunk/; revision=6241
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dc33a42898..41c4454c7b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,8 +1,8 @@ 2000-10-27 Dan Winship <danw@helixcode.com> - * camel-mime-utils.c (header_param_list_format_append): Work - around Outlook brokenness in iMIP parsing by only quoting - Content-type parameters when the quoting is mandatory. + * camel-mime-utils.c (header_param_list_format_append): Only quote + Content-type parameters when the quoting is mandatory, and deal + with embedded quotes/backslashes when quoting. 2000-10-27 <jpr@helixcode.com> |