Searched defs:DIR_DELAYED_REFRESH (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-sync-index.c | 253 #define DIR_DELAYED_REFRESH(hdr, name) \ macro 266 return DIR_DELAYED_REFRESH(old_hdr, new) != 267 DIR_DELAYED_REFRESH(new_hdr, new) || 268 DIR_DELAYED_REFRESH(old_hdr, cur) != 269 DIR_DELAYED_REFRESH(new_hdr, cur);
|
H A D | maildir-sync.c | 623 #define DIR_DELAYED_REFRESH(hdr, name) \ macro 652 if (DIR_DELAYED_REFRESH(hdr, new) || 653 (DIR_DELAYED_REFRESH(hdr, cur) && 660 if (DIR_DELAYED_REFRESH(hdr, new)) { 664 if (DIR_DELAYED_REFRESH(hdr, cur) &&
|
Completed in 264 milliseconds