From bb151530e061e56f0c1d417393ef89aadf48a9c9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 24 Aug 2003 15:59:08 +0300 Subject: [PATCH] fix --HG-- branch : HEAD --- src/lib-storage/index/index-mailbox-check.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.47.3