mail-index-transaction-private.h revision 287ba82a8da3eaa473b5735d4eeac2fb4c5d8117
#include "mail-transaction-log.h"
struct mail_index_transaction {
int refcount;
struct mail_index_view *view;
unsigned char hdr_change[sizeof(struct mail_index_header)];
unsigned char hdr_mask[sizeof(struct mail_index_header)];
unsigned int hide_transaction:1;
unsigned int no_appends:1;
unsigned int external:1;
unsigned int hdr_changed:1;
unsigned int log_updates:1;
};
struct mail_index_record *
void mail_index_transaction_ref(struct mail_index_transaction *t);
void mail_index_transaction_unref(struct mail_index_transaction *t);
unsigned int *idx_r);
#endif