dovecot-1.1: dbox rebuild: Previous commit deleted accidentally ...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 22 06:52:52 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/6854699ba2e4
changeset: 8122:6854699ba2e4
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 22 02:51:08 2009 +0200
description:
dbox rebuild: Previous commit deleted accidentally too much code.

diffstat:

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

diffs (11 lines):

diff -r 5a792d26c23d -r 6854699ba2e4 src/lib-storage/index/dbox/dbox-sync-rebuild.c
--- a/src/lib-storage/index/dbox/dbox-sync-rebuild.c	Thu Jan 22 02:41:44 2009 +0200
+++ b/src/lib-storage/index/dbox/dbox-sync-rebuild.c	Thu Jan 22 02:51:08 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