diff options
author | Not Zed <NotZed@Ximian.com> | 2002-02-28 09:09:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-02-28 09:09:05 +0800 |
commit | 7ac88d86319e2ef5b43ad7413f759bd1423ecd21 (patch) | |
tree | f2360977bdfc7ade0dc22623598ff68d86e6e938 /camel/ChangeLog | |
parent | 1eedef0b8672eed0b8f5bf7bf55b3ec93e4b5795 (diff) | |
download | gsoc2013-evolution-7ac88d86319e2ef5b43ad7413f759bd1423ecd21.tar.gz gsoc2013-evolution-7ac88d86319e2ef5b43ad7413f759bd1423ecd21.tar.zst gsoc2013-evolution-7ac88d86319e2ef5b43ad7413f759bd1423ecd21.zip |
Use the FOLD_SIZE as a recommended folding size, but add a new
2002-02-28 Not Zed <NotZed@Ximian.com>
* camel-mime-utils.c (header_fold): Use the FOLD_SIZE as a
recommended folding size, but add a new FOLD_MAX_SIZE (=998, the
smtp max line size) as the hard limit for any output.
svn path=/trunk/; revision=15866
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 99235d0922..aea071af4d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-02-28 Not Zed <NotZed@Ximian.com> + + * camel-mime-utils.c (header_fold): Use the FOLD_SIZE as a + recommended folding size, but add a new FOLD_MAX_SIZE (=998, the + smtp max line size) as the hard limit for any output. + 2002-02-27 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-chomp.c (camel_mime_filter_chomp_new): New |