[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.18, 1.19

cras at procontrol.fi cras at procontrol.fi
Fri Jun 18 00:28:25 EEST 2004


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

Modified Files:
	index-mail-headers.c 
Log Message:
Added skip_initial_lwsp parameter to message_parse_header_init().



Index: index-mail-headers.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- index-mail-headers.c	27 Apr 2004 20:25:54 -0000	1.18
+++ index-mail-headers.c	17 Jun 2004 21:28:23 -0000	1.19
@@ -458,7 +458,7 @@
 
 	index_mail_parse_header_init(mail, idx_headers);
 
-	hdr_ctx = message_parse_header_init(istream, NULL);
+	hdr_ctx = message_parse_header_init(istream, NULL, TRUE);
 	while ((hdr = message_parse_header_next(hdr_ctx)) != NULL) {
 		if (!index_mail_parse_header(NULL, hdr, mail))
 			break;



More information about the dovecot-cvs mailing list