Searched refs:mailbox_create (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/plugins/notify/
H A Dnotify-plugin.h27 void (*mailbox_create)(struct mailbox *box); member in struct:notify_vfuncs
H A Dnotify-plugin.c162 if (ctx->v.mailbox_create != NULL)
163 ctx->v.mailbox_create(box);
/dovecot/src/imap/
H A Dcmd-create.c42 if (mailbox_create(box, NULL, directory) < 0)
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox-tree-sync.c24 if (mailbox_create(box, &update, FALSE) < 0) {
176 ret = mailbox_create(box, NULL, TRUE);
186 func_name = "mailbox_create";
/dovecot/src/doveadm/
H A Ddoveadm-mail-import.c67 if (mailbox_create(box, NULL, FALSE) < 0) {
H A Ddoveadm-mail-mailbox.c246 if (mailbox_create(box, &ctx->update, directory) < 0) {
/dovecot/src/lib-storage/
H A Dtest-mail-storage.c387 ret = mailbox_create(box, NULL, FALSE);
405 (void)mailbox_create(src, NULL, FALSE);
H A Dmail-storage.h552 /* 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 Dmail-storage.c963 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 Dnotify-status-plugin.c287 .mailbox_create = notify_status_mailbox_create,
/dovecot/src/plugins/push-notification/
H A Dpush-notification-plugin.c325 .mailbox_create = push_notification_mailbox_create,
/dovecot/src/plugins/replication/
H A Dreplication-plugin.c379 .mailbox_create = replication_mailbox_create,
/dovecot/src/plugins/mail-log/
H A Dmail-log-plugin.c69 "mailbox_create",
523 .mailbox_create = mail_log_mailbox_create,
/dovecot/src/plugins/lazy-expunge/
H A Dlazy-expunge-plugin.c144 if (mailbox_create(box, NULL, FALSE) < 0 &&
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c722 (void)mailbox_create(box, NULL, FALSE);

Completed in 207 milliseconds