Lines Matching refs:items
33 enum mailbox_status_items items,
36 if (items == 0) {
48 index_storage_get_open_status(box, items, status_r);
111 enum mailbox_status_items items,
116 /* we can get most of the status items without any trouble */
119 if ((items & STATUS_RECENT) != 0) {
133 if ((items & STATUS_UNSEEN) != 0) {
145 if ((items & STATUS_HIGHESTMODSEQ) != 0) {
157 if ((items & STATUS_HIGHESTPVTMODSEQ) != 0 && box->view_pvt != NULL) {
166 if ((items & STATUS_FIRST_UNSEEN_SEQ) != 0) {
176 if ((items & STATUS_LAST_CACHED_SEQ) != 0)
179 if ((items & STATUS_KEYWORDS) != 0)
181 if ((items & STATUS_PERMANENT_FLAGS) != 0) {
309 enum mailbox_metadata_items items,
312 /* handle items that don't require opening the mailbox */
313 if ((items & MAILBOX_METADATA_BACKEND_NAMESPACE) != 0) {
317 items &= ~MAILBOX_METADATA_BACKEND_NAMESPACE;
319 if (items == 0)
322 /* handle items that require opening the mailbox */
327 if (!box->synced && (items & MAILBOX_METADATA_SYNC_ITEMS) != 0) {
332 if ((items & MAILBOX_METADATA_VIRTUAL_SIZE) != 0) {
336 if ((items & MAILBOX_METADATA_PHYSICAL_SIZE) != 0) {
340 if ((items & MAILBOX_METADATA_FIRST_SAVE_DATE) != 0) {
344 if ((items & MAILBOX_METADATA_CACHE_FIELDS) != 0)
346 if ((items & MAILBOX_METADATA_PRECACHE_FIELDS) != 0)