diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-28 07:37:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-28 07:37:34 +0800 |
commit | b284896c8c561ff8d431de984725da3c01bfea1e (patch) | |
tree | f4625235ac5cb3cde649e1627522db702a80655b /camel/ChangeLog | |
parent | 9abf82080cff93489d63cf6b0b929782b190c2fc (diff) | |
download | gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar.gz gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar.bz2 gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar.lz gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar.xz gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.tar.zst gsoc2013-evolution-b284896c8c561ff8d431de984725da3c01bfea1e.zip |
Add a 'flushed' state variable to the private struct. (do_read): Set
2003-02-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-stream-filter.c: Add a 'flushed' state variable to the
private struct.
(do_read): Set p->flushed to TRUE after we call
camel_mime_filter_complete() on all the filters.
(do_reset): Set p->flushed to FALSE.
(do_eos): Make sure the filters have been flushed before returning
that the stream is at EOS.
* camel-mime-filter-canon.c (complete): Don't add a eol -
otherwise we will fail to verify some mutt signatures that do not
have a blank line before the boundary line (and note that the last
\n before the boundary really belongs to the boundary anyway) so
#if 0 this code out for now.
svn path=/trunk/; revision=20096
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d9ca59abe6..1e8bfcc94c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2003-02-27 Jeffrey Stedfast <fejj@ximian.com> + + * camel-stream-filter.c: Add a 'flushed' state variable to the + private struct. + (do_read): Set p->flushed to TRUE after we call + camel_mime_filter_complete() on all the filters. + (do_reset): Set p->flushed to FALSE. + (do_eos): Make sure the filters have been flushed before returning + that the stream is at EOS. + + * camel-mime-filter-canon.c (complete): Don't add a eol - + otherwise we will fail to verify some mutt signatures that do not + have a blank line before the boundary line (and note that the last + \n before the boundary really belongs to the boundary anyway) so + #if 0 this code out for now. + 2003-02-27 Not Zed <NotZed@Ximian.com> * camel-multipart-signed.c: Undo jeff's changes. |