[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.115, 1.116

cras at dovecot.org cras at dovecot.org
Tue Oct 26 06:57:19 EEST 2004


Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv19683/lib-storage/index/mbox

Modified Files:
	mbox-sync.c 
Log Message:
still not right



Index: mbox-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-sync.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- mbox-sync.c	25 Oct 2004 23:54:51 -0000	1.115
+++ mbox-sync.c	26 Oct 2004 03:57:15 -0000	1.116
@@ -635,7 +635,7 @@
 				mail_ctx->mail.space - move_diff;
 		} else {
 			move_diff = mail_ctx->mail.space;
-			extra_space = sync_ctx->space_diff - needed_space;
+			extra_space = sync_ctx->space_diff;
 			sync_ctx->expunged_space = 0;
 		}
 		last_seq = sync_ctx->seq - 1;



More information about the dovecot-cvs mailing list