[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-mail.c, 1.13, 1.14

cras at dovecot.org cras at dovecot.org
Sun Aug 22 08:54:57 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv31163/lib-storage/index/mbox

Modified Files:
	mbox-mail.c 
Log Message:
header filter can now optionally use either LF or CRLF linefeeds.



Index: mbox-mail.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-mail.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mbox-mail.c	22 Aug 2004 02:58:40 -0000	1.13
+++ mbox-mail.c	22 Aug 2004 05:54:54 -0000	1.14
@@ -129,7 +129,7 @@
 		raw_stream = i_stream_create_limit(default_pool, raw_stream,
 						   offset, (uoff_t)-1);
 		data->stream =
-			i_stream_create_header_filter(raw_stream, TRUE,
+			i_stream_create_header_filter(raw_stream, TRUE, TRUE,
 						      mbox_hide_headers,
 						      mbox_hide_headers_count,
 						      NULL, NULL);



More information about the dovecot-cvs mailing list