mail-index-sync-private.h revision d67f54632110cfb6aafe2d7cd1f99b031c0b208a
#ifndef __MAIL_INDEX_SYNC_PRIVATE_H
#define __MAIL_INDEX_SYNC_PRIVATE_H
struct mail_index_sync_ctx {
struct mail_index *index;
struct mail_index_view *view;
const struct mail_transaction_expunge *expunges;
const struct mail_transaction_flag_update *updates;
const struct mail_transaction_header *hdr;
const void *data;
unsigned int lock_id, dirty_lock_id;
unsigned int sync_appends:1;
unsigned int have_dirty:1;
};
const struct mail_index_record *rec);
void
const struct mail_transaction_expunge *exp);
void
const struct mail_transaction_flag_update *update);
#endif