Searched refs:mailbox_create (Results 1 - 15 of 15) sorted by relevance
/dovecot/src/plugins/notify/ |
H A D | notify-plugin.h | 27 void (*mailbox_create)(struct mailbox *box); member in struct:notify_vfuncs
|
H A D | notify-plugin.c | 162 if (ctx->v.mailbox_create != NULL) 163 ctx->v.mailbox_create(box);
|
/dovecot/src/imap/ |
H A D | cmd-create.c | 42 if (mailbox_create(box, NULL, directory) < 0)
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-brain-mailbox-tree-sync.c | 24 if (mailbox_create(box, &update, FALSE) < 0) { 176 ret = mailbox_create(box, NULL, TRUE); 186 func_name = "mailbox_create";
|
/dovecot/src/doveadm/ |
H A D | doveadm-mail-import.c | 67 if (mailbox_create(box, NULL, FALSE) < 0) {
|
H A D | doveadm-mail-mailbox.c | 246 if (mailbox_create(box, &ctx->update, directory) < 0) {
|
/dovecot/src/lib-storage/ |
H A D | test-mail-storage.c | 387 ret = mailbox_create(box, NULL, FALSE); 405 (void)mailbox_create(src, NULL, FALSE);
|
H A D | mail-storage.h | 552 /* Returns -1 if mailbox_create() is guaranteed to fail because the mailbox 561 int mailbox_create(struct mailbox *box, const struct mailbox_update *update,
|
H A D | mail-storage.c | 963 if (mailbox_create(box, NULL, FALSE) < 0) { 1562 int mailbox_create(struct mailbox *box, const struct mailbox_update *update, function
|
/dovecot/src/plugins/notify-status/ |
H A D | notify-status-plugin.c | 287 .mailbox_create = notify_status_mailbox_create,
|
/dovecot/src/plugins/push-notification/ |
H A D | push-notification-plugin.c | 325 .mailbox_create = push_notification_mailbox_create,
|
/dovecot/src/plugins/replication/ |
H A D | replication-plugin.c | 379 .mailbox_create = replication_mailbox_create,
|
/dovecot/src/plugins/mail-log/ |
H A D | mail-log-plugin.c | 69 "mailbox_create", 523 .mailbox_create = mail_log_mailbox_create,
|
/dovecot/src/plugins/lazy-expunge/ |
H A D | lazy-expunge-plugin.c | 144 if (mailbox_create(box, NULL, FALSE) < 0 &&
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-storage-rebuild.c | 722 (void)mailbox_create(box, NULL, FALSE);
|
Completed in 56 milliseconds