[dovecot-cvs] dovecot/src/imap imap-fetch-body.c,1.19,1.20

cras at dovecot.org cras at dovecot.org
Sat Apr 2 20:37:06 EEST 2005


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv11231

Modified Files:
	imap-fetch-body.c 
Log Message:
Fetching partial headers crashed because of recent changes.



Index: imap-fetch-body.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-fetch-body.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- imap-fetch-body.c	18 Mar 2005 18:49:53 -0000	1.19
+++ imap-fetch-body.c	2 Apr 2005 17:37:03 -0000	1.20
@@ -436,7 +436,7 @@
 	struct message_size size;
 	uoff_t old_offset;
 
-	ctx->cur_input = mail_get_headers(mail, body->header_ctx);
+	ctx->cur_input = mail_get_header_stream(mail, body->header_ctx);
 	if (ctx->cur_input == NULL)
 		return -1;
 



More information about the dovecot-cvs mailing list