diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-18 08:59:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-18 08:59:15 +0800 |
commit | 4ffc39159b07823df1d312fadaf02a7e955e53a8 (patch) | |
tree | 0167c693a88ceaa48e22bb2e9747e0d6f40c268a /camel/ChangeLog | |
parent | f4ae655f41b3fdbfda2aa69a7662fa09578a87c7 (diff) | |
download | gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar.gz gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar.bz2 gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar.lz gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar.xz gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.tar.zst gsoc2013-evolution-4ffc39159b07823df1d312fadaf02a7e955e53a8.zip |
Don't copy newlines into the parsed header text, and turn any number of
* camel-mime-parser.c (folder_scan_header): Don't copy newlines
into the parsed header text, and turn any number of tabs and
spaces after a newline into a single space.
svn path=/trunk/; revision=3624
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 91aef64322..7e38c2d529 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-06-17 Dan Winship <danw@helixcode.com> + + * camel-mime-parser.c (folder_scan_header): Don't copy newlines + into the parsed header text, and turn any number of tabs and + spaces after a newline into a single space. + 2000-06-17 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_init): Should now |