[dovecot-cvs] dovecot/src/imap imap-fetch-body-section.c,1.11,1.12

cras at procontrol.fi cras at procontrol.fi
Mon May 5 20:24:55 EEST 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv25645

Modified Files:
	imap-fetch-body-section.c 
Log Message:
partial->cr_skipped wasn't reset when changing message



Index: imap-fetch-body-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-fetch-body-section.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- imap-fetch-body-section.c	26 Apr 2003 21:52:39 -0000	1.11
+++ imap-fetch-body-section.c	5 May 2003 16:24:52 -0000	1.12
@@ -55,6 +55,7 @@
 		partial->select_counter = select_counter;
 		partial->uid = uid;
 		partial->physical_start = physical_start;
+		partial->cr_skipped = FALSE;
 		memset(&partial->pos, 0, sizeof(partial->pos));
 	}
 




More information about the dovecot-cvs mailing list