[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.35, 1.36

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


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

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



Index: index-mail-headers.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- index-mail-headers.c	22 Aug 2004 02:58:40 -0000	1.35
+++ index-mail-headers.c	22 Aug 2004 05:54:54 -0000	1.36
@@ -540,7 +540,7 @@
 
 	index_mail_parse_header_init(mail, _headers);
 	mail->data.filter_stream =
-		i_stream_create_header_filter(mail->data.stream, FALSE,
+		i_stream_create_header_filter(mail->data.stream, FALSE, TRUE,
 					      headers->name, headers->count,
 					      header_cache_callback, mail);
 	return mail->data.filter_stream;



More information about the dovecot-cvs mailing list