dbox-map-private.h revision 5af57c4025545884f6c5942f46f3dc3a2824154a
#ifndef DBOX_MAP_PRIVATE_H
#define DBOX_MAP_PRIVATE_H
#include "dbox-map.h"
struct dbox_mail_lookup_rec {
struct dbox_mail_index_map_record rec;
};
struct dbox_map {
struct dbox_storage *storage;
struct mail_index *index;
struct mail_index_view *view;
};
struct dbox_map_append {
};
struct dbox_map_append_context {
struct dbox_mailbox *mbox;
struct mail_index_sync_ctx *sync_ctx;
struct mail_index_view *sync_view;
unsigned int files_nonappendable_count;
unsigned int failed:1;
unsigned int committed:1;
};
#endif