"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib-storage/index/dbox-single/sdbox-storage.c" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

sdbox-storage.c  (dovecot-2.3.16):sdbox-storage.c  (dovecot-2.3.17)
skipping to change at line 453 skipping to change at line 453
.v = { .v = {
NULL, NULL,
sdbox_storage_alloc, sdbox_storage_alloc,
sdbox_storage_create, sdbox_storage_create,
dbox_storage_destroy, dbox_storage_destroy,
NULL, NULL,
dbox_storage_get_list_settings, dbox_storage_get_list_settings,
sdbox_storage_autodetect, sdbox_storage_autodetect,
sdbox_mailbox_alloc, sdbox_mailbox_alloc,
NULL, NULL,
NULL, mail_storage_list_index_rebuild,
} }
}; };
struct mail_storage dbox_storage = { struct mail_storage dbox_storage = {
.name = "dbox", /* alias */ .name = "dbox", /* alias */
.class_flags = MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG, .class_flags = MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG,
.event_category = &event_category_sdbox, .event_category = &event_category_sdbox,
.v = { .v = {
NULL, NULL,
sdbox_storage_alloc, sdbox_storage_alloc,
sdbox_storage_create, sdbox_storage_create,
dbox_storage_destroy, dbox_storage_destroy,
NULL, NULL,
dbox_storage_get_list_settings, dbox_storage_get_list_settings,
sdbox_storage_autodetect, sdbox_storage_autodetect,
sdbox_mailbox_alloc, sdbox_mailbox_alloc,
NULL, NULL,
NULL, mail_storage_list_index_rebuild,
} }
}; };
struct mailbox sdbox_mailbox = { struct mailbox sdbox_mailbox = {
.v = { .v = {
index_storage_is_readonly, index_storage_is_readonly,
index_storage_mailbox_enable, index_storage_mailbox_enable,
index_storage_mailbox_exists, index_storage_mailbox_exists,
sdbox_mailbox_open, sdbox_mailbox_open,
sdbox_mailbox_close, sdbox_mailbox_close,
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)