dovecot-1.2: maildir: Don't show "* OK" messages about lock wait...

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 29 21:13:34 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/9f91cc822f34
changeset: 8992:9f91cc822f34
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 29 14:13:23 2009 -0400
description:
maildir: Don't show "* OK" messages about lock waits too early.

diffstat:

1 file changed, 2 insertions(+)
src/lib-storage/index/maildir/maildir-uidlist.c |    2 ++

diffs (12 lines):

diff -r 47fa92207042 -r 9f91cc822f34 src/lib-storage/index/maildir/maildir-uidlist.c
--- a/src/lib-storage/index/maildir/maildir-uidlist.c	Wed Apr 29 13:50:19 2009 -0400
+++ b/src/lib-storage/index/maildir/maildir-uidlist.c	Wed Apr 29 14:13:23 2009 -0400
@@ -137,6 +137,8 @@ static int maildir_uidlist_lock_timeout(
 		uidlist->lock_count++;
 		return 1;
 	}
+
+        index_storage_lock_notify_reset(&uidlist->mbox->ibox);
 
 	control_dir = mailbox_list_get_path(box->storage->list, box->name,
 					    MAILBOX_LIST_PATH_TYPE_CONTROL);


More information about the dovecot-cvs mailing list