dovecot-1.2: dbox rebuild: Previous change removed too much code.

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 25 19:55:01 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/418a6b109238
changeset: 8679:418a6b109238
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 25 19:54:54 2009 +0200
description:
dbox rebuild: Previous change removed too much code.

diffstat:

1 file changed, 1 insertion(+)
src/lib-storage/index/dbox/dbox-sync-rebuild.c |    1 +

diffs (11 lines):

diff -r d9c28e76ef97 -r 418a6b109238 src/lib-storage/index/dbox/dbox-sync-rebuild.c
--- a/src/lib-storage/index/dbox/dbox-sync-rebuild.c	Fri Jan 23 13:13:15 2009 -0500
+++ b/src/lib-storage/index/dbox/dbox-sync-rebuild.c	Sun Jan 25 19:54:54 2009 +0200
@@ -347,6 +347,7 @@ static int dbox_sync_new_maildir(struct 
 	if (count == 0)
 		return 0;
 
+	trans_view = mail_index_transaction_open_updated_view(ctx->trans);
 	ctx->maildir_new_uid = mail_index_get_header(trans_view)->next_uid;
 	mail_index_view_close(&trans_view);
 


More information about the dovecot-cvs mailing list