diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-30 02:09:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-30 02:09:45 +0800 |
commit | f57c6219924045efc8a6f9f3107d5369a2de7a66 (patch) | |
tree | 3ed1f2745374f782df216388c9b0227eeada8b70 /camel/camel-mime-filter-crlf.h | |
parent | f3ad1a30ae1dc55633b92e8175ea73492cdf2f37 (diff) | |
download | gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.gz gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.tar.zst gsoc2013-evolution-f57c6219924045efc8a6f9f3107d5369a2de7a66.zip |
Build the test-crlf test program.
2001-06-29 Jeffrey Stedfast <fejj@ximian.com>
* tests/mime-filter/Makefile.am: Build the test-crlf test program.
* tests/mime-filter/test-crlf.c: New test suite for the crlf
filter.
* camel-mime-filter-crlf.c (filter): Fixed to correctly encode and
decode dots.
svn path=/trunk/; revision=10602
Diffstat (limited to 'camel/camel-mime-filter-crlf.h')
-rw-r--r-- | camel/camel-mime-filter-crlf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-filter-crlf.h b/camel/camel-mime-filter-crlf.h index df5c58b0a5..7b19f914bc 100644 --- a/camel/camel-mime-filter-crlf.h +++ b/camel/camel-mime-filter-crlf.h @@ -48,6 +48,7 @@ struct _CamelMimeFilterCRLF { CamelMimeFilterCRLFDirection direction; CamelMimeFilterCRLFMode mode; gboolean saw_cr; + gboolean saw_lf; gboolean saw_dot; }; |