dbox-save.h revision a10ed8c47534b4c6b6bf2711ccfe577e720a47b4
#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