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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c665 const struct mailbox_cache_field *rf = &remote_fields[ri]; local
667 if (lf->last_used > rf->last_used ||
668 (lf->last_used == rf->last_used &&
669 lf->decision > rf->decision)) {
672 array_append(&changes, rf, 1);

Completed in 31 milliseconds