Searched refs:create_box (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/plugins/welcome/ |
H A D | welcome-plugin.c | 90 if (wbox->module_ctx.super.create_box(box, update, directory) < 0) 125 v->create_box = welcome_create_box;
|
/dovecot/src/plugins/notify/ |
H A D | notify-storage.c | 176 if (lbox->super.create_box(box, update, directory) < 0) 247 v->create_box = notify_mailbox_create;
|
/dovecot/src/plugins/mailbox-alias/ |
H A D | mailbox-alias-plugin.c | 198 ret = abox->module_ctx.super.create_box(box, update, directory); 336 v->create_box = mailbox_alias_create;
|
/dovecot/src/plugins/acl/ |
H A D | acl-mailbox.c | 149 ret = abox->module_ctx.super.create_box(box, update, directory); 597 v->create_box = acl_mailbox_create;
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-index-backend.c | 389 ret = ibox->module_ctx.super.create_box(box, &new_update, FALSE); 893 v->create_box = index_list_mailbox_create;
|
H A D | mailbox-list-index.c | 735 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 D | mail-storage-private.h | 220 int (*create_box)(struct mailbox *box, member in struct:mailbox_vfuncs
|
H A D | mail-storage.c | 1580 ret = box->v.create_box(box, update, directory);
|
Completed in 43 milliseconds