mbox-index.h revision b646fdb90f75ab80ea7feca42fa2e1f8e788b004
#ifndef __MBOX_INDEX_H
#define __MBOX_INDEX_H
#include "md5.h"
#include "mail-index.h"
typedef struct {
const char **custom_flags;
int received;
int set_read_limit;
/* Make sure the mbox is opened. If reopen is TRUE, the file is closed first,
which is useful when you want to be sure you're not accessing a deleted
mbox file. */
void *context);
const char *custom_flags[MAIL_CUSTOM_FLAGS_COUNT],
void *context);
#endif