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

/dovecot/src/lib-index/
H A Dmail-index-view-sync.c227 bool have_expunges = FALSE; local
241 have_expunges = TRUE;
247 have_expunges = TRUE;
257 return ret < 0 || have_expunges;
531 bool reset, partial_sync, sync_expunges, have_expunges; local
587 have_expunges = expunge_count > 0;
594 have_expunges = expunge_count > 0;
596 have_expunges = view_sync_have_expunges(view);
610 if (!have_expunges && !partial_sync) {

Completed in 19 milliseconds