]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
fix
authorTimo Sirainen <tss@iki.fi>
Sun, 24 Aug 2003 12:59:08 +0000 (15:59 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 24 Aug 2003 12:59:08 +0000 (15:59 +0300)
--HG--
branch : HEAD

src/lib-storage/index/index-mailbox-check.c

index 40a326bac66ee5620a1c483529b116d4d1fce120..b77ea20cdadcaf24f5f475e391cc96052f00963c 100644 (file)
@@ -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;