[dovecot-cvs] dovecot/src/imap imap-fetch-body-section.c,1.26,1.27

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


Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv23807/imap

Modified Files:
	imap-fetch-body-section.c 
Log Message:
Added skip_initial_lwsp parameter to message_parse_header_init().



Index: imap-fetch-body-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-fetch-body-section.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- imap-fetch-body-section.c	3 May 2004 13:53:35 -0000	1.26
+++ imap-fetch-body-section.c	17 Jun 2004 21:28:23 -0000	1.27
@@ -291,7 +291,7 @@
 
 	ctx->dest_size = 0;
 
-	hdr_ctx = message_parse_header_init(input, NULL);
+	hdr_ctx = message_parse_header_init(input, NULL, FALSE);
 	while ((hdr = message_parse_header_next(hdr_ctx)) != NULL) {
 		/* see if we want this field. */
 		if (!ctx->match_func(ctx->fields, hdr->name, hdr->name_len))



More information about the dovecot-cvs mailing list