From: Timo Sirainen Date: Sun, 24 Aug 2003 12:59:08 +0000 (+0300) Subject: fix X-Git-Tag: 1.1.alpha1~4373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb151530e061e56f0c1d417393ef89aadf48a9c9;p=thirdparty%2Fdovecot%2Fcore.git fix --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/index-mailbox-check.c b/src/lib-storage/index/index-mailbox-check.c index 40a326bac6..b77ea20cda 100644 --- a/src/lib-storage/index/index-mailbox-check.c +++ b/src/lib-storage/index/index-mailbox-check.c @@ -91,6 +91,9 @@ void index_mailbox_check_remove_all(struct index_mailbox *ibox) struct index_autosync_file *file; struct index_autosync_io *aio; + /* reset notify stamp */ + ibox->sync_last_notify = 0; + while (ibox->autosync_files != NULL) { file = ibox->autosync_files; ibox->autosync_files = file->next;