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

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync.c224 time_t last_touch, last_notify; member in struct:maildir_sync_context
250 if (now - ctx->last_touch > MAILDIR_LOCK_TOUCH_SECS && ctx->locked) {
252 ctx->last_touch = now;
276 ctx->last_touch = ioloop_time;

Completed in 13 milliseconds