Home
last modified time | relevance | path

Searched defs:mail_index_transaction (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-index-transaction-private.h39 struct mail_index_transaction { struct
40 struct mail_index_transaction *prev, *next; argument
43 enum mail_index_transaction_flags flags; argument
44 struct mail_index_transaction_vfuncs v, *vlast; argument
49 mail_index_transaction_reset_v() to reset it. */ argument
66 ARRAY(struct mail_index_transaction_ext_hdr_update) ext_hdr_updates; argument
83 ARRAY(union mail_index_transaction_module_context *) module_contexts; argument
85 bool no_appends:1;
87 bool sync_transaction:1;
111 typedef void hook_mail_index_transaction_created_t(struct mail_index_transaction *t); argument