mailbox-list-private.h (dovecot-2.3.16) | : | mailbox-list-private.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 147 | skipping to change at line 147 | |||
char *error_string; | char *error_string; | |||
enum mail_error error; | enum mail_error error; | |||
bool temporary_error; | bool temporary_error; | |||
ARRAY(struct mail_storage_error) error_stack; | ARRAY(struct mail_storage_error) error_stack; | |||
ARRAY(union mailbox_list_module_context *) module_contexts; | ARRAY(union mailbox_list_module_context *) module_contexts; | |||
bool index_root_dir_created:1; | bool index_root_dir_created:1; | |||
bool list_index_root_dir_created:1; | bool list_index_root_dir_created:1; | |||
bool guid_cache_updated:1; | bool guid_cache_updated:1; | |||
bool disable_rebuild_on_corruption:1; | ||||
bool guid_cache_invalidated:1; | bool guid_cache_invalidated:1; | |||
bool last_error_is_internal:1; | bool last_error_is_internal:1; | |||
}; | }; | |||
union mailbox_list_iterate_module_context { | union mailbox_list_iterate_module_context { | |||
struct mailbox_list_module_register *reg; | struct mailbox_list_module_register *reg; | |||
}; | }; | |||
struct mailbox_list_iterate_context { | struct mailbox_list_iterate_context { | |||
struct mailbox_list *list; | struct mailbox_list *list; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |