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

/dovecot/src/doveadm/
H A Ddoveadm-mail-mailbox-status.c14 STATUS_UIDNEXT | STATUS_UIDVALIDITY | \
59 ctx->status_items |= STATUS_UIDNEXT;
98 if ((ctx->status_items & STATUS_UIDNEXT) != 0)
206 if ((ctx->status_items & STATUS_UIDNEXT) != 0)
/dovecot/src/imap/
H A Dimap-status.c37 status |= STATUS_UIDNEXT;
119 if ((items->status & STATUS_UIDNEXT) != 0)
H A Dimap-notify.c60 items.status |= STATUS_UIDVALIDITY | STATUS_UIDNEXT |
65 items.status |= STATUS_UIDNEXT | STATUS_MESSAGES | STATUS_UNSEEN;
330 mailbox_get_open_status(client->mailbox, STATUS_UIDNEXT, &status);
H A Dcmd-select.c303 STATUS_UIDNEXT | STATUS_KEYWORDS |
H A Dimap-state.c218 mailbox_get_open_status(box, STATUS_UIDVALIDITY | STATUS_UIDNEXT |
610 mailbox_get_open_status(box, STATUS_UIDVALIDITY | STATUS_UIDNEXT |
H A Dcmd-notify.c432 items.status = STATUS_UIDVALIDITY | STATUS_UIDNEXT |
H A Dimap-fetch.c296 mailbox_get_open_status(box, STATUS_UIDNEXT, &status);
/dovecot/src/lib-storage/index/
H A Dindex-mailbox-size.c274 mailbox_get_open_status(update->box, STATUS_UIDNEXT, &status);
364 mailbox_get_open_status(box, STATUS_MESSAGES | STATUS_UIDNEXT, &status);
456 mailbox_get_open_status(update->box, STATUS_UIDNEXT, &status);
/dovecot/src/lib-storage/list/
H A Dmailbox-list-notify-tree.c31 STATUS_UIDVALIDITY | STATUS_UIDNEXT | STATUS_MESSAGES |
H A Dmailbox-list-index-status.c11 STATUS_UIDNEXT | STATUS_UIDVALIDITY | STATUS_HIGHESTMODSEQ)
149 STATUS_RECENT | STATUS_UIDNEXT)) != 0) {
268 STATUS_MESSAGES | STATUS_UIDNEXT,
H A Dmailbox-list-index-notify.c71 STATUS_UIDVALIDITY | STATUS_UIDNEXT | STATUS_MESSAGES |
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree-fill.c59 if (mailbox_get_status(box, STATUS_UIDVALIDITY | STATUS_UIDNEXT, status_r) < 0)
69 if (mailbox_get_status(box, STATUS_UIDVALIDITY | STATUS_UIDNEXT, status_r) < 0)
H A Ddsync-brain-mailbox.c276 mailbox_get_open_status(brain->box, STATUS_UIDNEXT |
402 STATUS_UIDVALIDITY | STATUS_UIDNEXT | STATUS_MESSAGES |
H A Ddsync-mailbox-import.c304 mailbox_get_open_status(importer->box, STATUS_UIDNEXT |
/dovecot/src/plugins/fts/
H A Dfts-indexer.c104 mailbox_get_open_status(box, STATUS_UIDNEXT, &status);
/dovecot/src/plugins/notify-status/
H A Dnotify-status-plugin.c121 STATUS_RECENT|STATUS_UIDNEXT|\
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-storage.c962 if ((items & STATUS_UIDNEXT) != 0)
1015 if (box->opened && !box->deleting && (items & STATUS_UIDNEXT) != 0 &&
1018 if (imapc_mailbox_run_status(box, STATUS_UIDNEXT, status_r) < 0)
/dovecot/src/lib-storage/
H A Dmail-storage.h90 STATUS_UIDNEXT = 0x04, enumerator in enum:mailbox_status_items
255 uint32_t uidnext; /* STATUS_UIDNEXT */
/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr-old.c707 mailbox_get_open_status(box, STATUS_UIDVALIDITY | STATUS_UIDNEXT,
H A Dfts-backend-solr.c834 mailbox_get_open_status(box, STATUS_UIDNEXT, &status);
/dovecot/src/plugins/virtual/
H A Dvirtual-sync.c1236 STATUS_UIDNEXT | STATUS_HIGHESTMODSEQ,

Completed in 63 milliseconds