diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-22 11:17:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-22 11:17:04 +0800 |
commit | b7a2c4682c91a8809eae7f55e783f93e652ee142 (patch) | |
tree | e33c747cb5eaed7a366bea4720f5298a894d839d /camel/ChangeLog | |
parent | 3c2391e37e7389ab9e055e14de348c8fb7153038 (diff) | |
download | gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar.gz gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar.bz2 gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar.lz gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar.xz gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.tar.zst gsoc2013-evolution-b7a2c4682c91a8809eae7f55e783f93e652ee142.zip |
Only add a \r if the character before the \n wasn't already a \r - this
2002-07-21 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-crlf.c (filter): Only add a \r if the
character before the \n wasn't already a \r - this covers for when
people add DOS files as attachments. Fixes bug #28056.
`
svn path=/trunk/; revision=17521
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 9e983fc53d..90cdcee296 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-07-21 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-crlf.c (filter): Only add a \r if the + character before the \n wasn't already a \r - this covers for when + people add DOS files as attachments. Fixes bug #28056. + 2002-07-19 Not Zed <NotZed@Ximian.com> * camel-mime-part-utils.c (convert_buffer): Changed to use a |