dbox-save.h revision 1f19649986397419d014febd1337c6eb7b530f26
#ifndef DBOX_SAVE_H
#define DBOX_SAVE_H
#include "dbox-storage.h"
struct dbox_save_context {
struct mail_save_context ctx;
struct mail_index_transaction *trans;
/* updated for each appended mail: */
struct ostream *dbox_output;
unsigned int failed:1;
unsigned int finished:1;
};
const char *orig_mailbox_name,
#endif