Searched refs:MAILDIR_SYNC_SECS (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync.h6 #define MAILDIR_SYNC_SECS 1 macro
H A Dmaildir-sync-index.c255 (hdr)->name ## _mtime + MAILDIR_SYNC_SECS)
786 if (mhdr->new_check_time <= mhdr->new_mtime + MAILDIR_SYNC_SECS ||
787 mhdr->cur_check_time <= mhdr->cur_mtime + MAILDIR_SYNC_SECS) {
H A Dmaildir-sync.c26 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))
[all...]

Completed in 27 milliseconds