diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-16 05:33:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-16 05:33:21 +0800 |
commit | 7fbf92b1d677fdb27942e3e5e5b99577f0276275 (patch) | |
tree | 16eeb54a27ae6ade32570d906c387218c8908d49 /camel/ChangeLog | |
parent | dd79aa60b7bf7893a58445938c329e4cc308c94b (diff) | |
download | gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar.gz gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar.bz2 gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar.lz gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar.xz gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.tar.zst gsoc2013-evolution-7fbf92b1d677fdb27942e3e5e5b99577f0276275.zip |
When checking to see if we need to fold the header, when we come accross a
2000-12-15 Jeffrey Stedfast <fejj@helixcode.com>
* camel-mime-utils.c (header_fold): When checking to see if we
need to fold the header, when we come accross a \n, make sure to
start at p + 1 the next time through the loop or else we get into
an infinite loop.
svn path=/trunk/; revision=7055
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7f6d0c76ae..a41a94277e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-mime-utils.c (header_fold): When checking to see if we + need to fold the header, when we come accross a \n, make sure to + start at p + 1 the next time through the loop or else we get into + an infinite loop. + 2000-12-13 Dan Winship <danw@helixcode.com> * Namespace cleanup: change a bunch of IS_CAMEL_* macros to |