Lines Matching refs:items
62 const struct imap_status_items *items,
82 if ((items->status & STATUS_HIGHESTMODSEQ) != 0)
85 ret = mailbox_get_status(box, items->status, &result_r->status);
86 if (items->metadata != 0 && ret == 0) {
87 ret = mailbox_get_metadata(box, items->metadata,
102 const struct imap_status_items *items,
115 if ((items->status & STATUS_MESSAGES) != 0)
117 if ((items->status & STATUS_RECENT) != 0)
119 if ((items->status & STATUS_UIDNEXT) != 0)
121 if ((items->status & STATUS_UIDVALIDITY) != 0)
123 if ((items->status & STATUS_UNSEEN) != 0)
125 if ((items->status & STATUS_HIGHESTMODSEQ) != 0) {
129 if ((items->metadata & MAILBOX_METADATA_VIRTUAL_SIZE) != 0) {
133 if ((items->metadata & MAILBOX_METADATA_GUID) != 0) {