Lines Matching refs:MAILDIR_SYNC_SECS
26 MAILDIR_SYNC_SECS
29 Several checks below use MAILDIR_SYNC_SECS, which should be maximum
45 mtime when it's >= time() - MAILDIR_SYNC_SECS and we _think_ we have
53 c) time() > dirty_cur_time + MAILDIR_SYNC_SECS
64 - we sync cur/ directory and it's mtime is >= time() - MAILDIR_SYNC_SECS
67 older than time() - MAILDIR_SYNC_SECS.
72 If new/'s mtime is >= time() - MAILDIR_SYNC_SECS, always synchronize
128 MAILDIR_SYNC_SECS. The second delivery's link() call then fails
625 (hdr)->name ## _mtime + MAILDIR_SYNC_SECS && \
627 (time_t)(hdr)->name ## _check_time < ioloop_time - MAILDIR_SYNC_SECS))