Searched refs:index_mailbox_want_full_sync (Results 1 - 10 of 10) sorted by relevance
/dovecot/src/lib-storage/index/cydir/ |
H A D | cydir-sync.c | 168 if (index_mailbox_want_full_sync(&mbox->box, flags))
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-deleted-storage.c | 233 if (index_mailbox_want_full_sync(&mbox->box, flags) ||
|
H A D | mdbox-sync.c | 359 if (index_mailbox_want_full_sync(&mbox->box, flags) ||
|
/dovecot/src/lib-storage/index/ |
H A D | index-storage.h | 92 bool index_mailbox_want_full_sync(struct mailbox *box,
|
H A D | index-sync.c | 30 bool index_mailbox_want_full_sync(struct mailbox *box, function
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-sync.c | 315 if (index_mailbox_want_full_sync(&mbox->box, flags) ||
|
/dovecot/src/lib-storage/index/imapc/ |
H A D | imapc-sync.c | 585 index_mailbox_want_full_sync(&mbox->box, flags)) &&
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-sync.c | 1090 if (index_mailbox_want_full_sync(&mbox->box, flags)) {
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-sync.c | 2050 if (index_mailbox_want_full_sync(&mbox->box, flags)) {
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-sync.c | 1788 if (index_mailbox_want_full_sync(&mbox->box, flags) && ret == 0)
|
Completed in 3105 milliseconds