[dovecot-cvs] dovecot/src/imap imap-fetch-body-section.c,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Tue Jan 21 07:37:58 EET 2003


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

Modified Files:
	imap-fetch-body-section.c 
Log Message:
And remove debugging :)



Index: imap-fetch-body-section.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/imap-fetch-body-section.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imap-fetch-body-section.c	21 Jan 2003 05:37:35 -0000	1.2
+++ imap-fetch-body-section.c	21 Jan 2003 05:37:55 -0000	1.3
@@ -59,8 +59,6 @@
 		memset(&partial->pos, 0, sizeof(partial->pos));
 	}
 
-	i_warning("skipping %lld", virtual_skip);
-
 	i_stream_seek(stream, partial->physical_start +
 		      partial->pos.physical_size);
 	message_skip_virtual(stream, virtual_skip, &partial->pos, &cr_skipped);




More information about the dovecot-cvs mailing list