imapc-storage.c (dovecot-2.3.16) | : | imapc-storage.c (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 1256 | skipping to change at line 1256 | |||
mail_index_view_is_inconsistent(box->view)) | mail_index_view_is_inconsistent(box->view)) | |||
return TRUE; | return TRUE; | |||
return mbox->client_box == NULL ? FALSE : | return mbox->client_box == NULL ? FALSE : | |||
!imapc_client_mailbox_is_opened(mbox->client_box); | !imapc_client_mailbox_is_opened(mbox->client_box); | |||
} | } | |||
struct mail_storage imapc_storage = { | struct mail_storage imapc_storage = { | |||
.name = IMAPC_STORAGE_NAME, | .name = IMAPC_STORAGE_NAME, | |||
.class_flags = MAIL_STORAGE_CLASS_FLAG_NO_ROOT | | .class_flags = MAIL_STORAGE_CLASS_FLAG_NO_ROOT | | |||
MAIL_STORAGE_CLASS_FLAG_UNIQUE_ROOT, | MAIL_STORAGE_CLASS_FLAG_UNIQUE_ROOT | | |||
MAIL_STORAGE_CLASS_FLAG_SECONDARY_INDEX, | ||||
.event_category = &event_category_imapc, | .event_category = &event_category_imapc, | |||
.v = { | .v = { | |||
imapc_get_setting_parser_info, | imapc_get_setting_parser_info, | |||
imapc_storage_alloc, | imapc_storage_alloc, | |||
imapc_storage_create, | imapc_storage_create, | |||
imapc_storage_destroy, | imapc_storage_destroy, | |||
NULL, | NULL, | |||
imapc_storage_get_list_settings, | imapc_storage_get_list_settings, | |||
NULL, | NULL, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |