dbox-sync.h revision 777ff25e82e0305e2696bcbe3c6e0274e3e8ce10
#ifndef DBOX_SYNC_H
#define DBOX_SYNC_H
struct mailbox;
struct dbox_sync_file_entry {
unsigned int move_from_alt:1;
unsigned int move_to_alt:1;
};
struct dbox_sync_context {
struct dbox_mailbox *mbox;
struct mail_index_sync_ctx *index_sync_ctx;
struct mail_index_view *sync_view;
struct mail_index_transaction *trans;
unsigned int path_dir_prefix_len;
};
struct dbox_sync_context **ctx_r);
const struct dbox_sync_file_entry *entry);
struct mailbox_sync_context *
#endif