Searched defs:last_scan_time (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c177 time_t last_scan_time, time_t last_change_time)
185 } else if (last_scan_time >= ioloop_time - (time_t)interval) {
202 if (last_scan_time > last_change_time + DBOX_TMP_DELETE_SECS) {
205 we need to update the last_scan_time to avoid
176 dbox_cleanup_temp_files(struct mailbox_list *list, const char *path, time_t last_scan_time, time_t last_change_time) argument

Completed in 21 milliseconds