index-status.c revision a2f250a332dfc1e6cd4ffd196c621eb9dbf7b8a1
/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "index-storage.h"
#include "mail-index-modseq.h"
enum mailbox_status_items items,
struct mailbox_status *status_r)
{
const struct mail_index_header *hdr;
/* we can get most of the status items without any trouble */
if ((items & STATUS_RECENT) != 0) {
}
if ((items & STATUS_HIGHESTMODSEQ) != 0 &&
}
if (items & STATUS_FIRST_UNSEEN_SEQ) {
}
if (items & STATUS_KEYWORDS)
}