Searched refs:create_box (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/plugins/welcome/
H A Dwelcome-plugin.c90 if (wbox->module_ctx.super.create_box(box, update, directory) < 0)
125 v->create_box = welcome_create_box;
/dovecot/src/plugins/notify/
H A Dnotify-storage.c176 if (lbox->super.create_box(box, update, directory) < 0)
247 v->create_box = notify_mailbox_create;
/dovecot/src/plugins/mailbox-alias/
H A Dmailbox-alias-plugin.c198 ret = abox->module_ctx.super.create_box(box, update, directory);
336 v->create_box = mailbox_alias_create;
/dovecot/src/plugins/acl/
H A Dacl-mailbox.c149 ret = abox->module_ctx.super.create_box(box, update, directory);
597 v->create_box = acl_mailbox_create;
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-backend.c389 ret = ibox->module_ctx.super.create_box(box, &new_update, FALSE);
893 v->create_box = index_list_mailbox_create;
H A Dmailbox-list-index.c735 if (ibox->module_ctx.super.create_box(box, update, directory) < 0) {
1001 v->create_box = mailbox_list_index_create_mailbox;
/dovecot/src/lib-storage/
H A Dmail-storage-private.h220 int (*create_box)(struct mailbox *box, member in struct:mailbox_vfuncs
H A Dmail-storage.c1580 ret = box->v.create_box(box, update, directory);

Completed in 43 milliseconds