Searched refs:mailbox_mkdir (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/ |
H A D | index-storage.c | 638 if ((ret = mailbox_mkdir(box, path, type)) < 0) 647 if ((ret2 = mailbox_mkdir(box, path, type)) < 0) 1254 return mailbox_mkdir(box, path, MAILBOX_LIST_PATH_TYPE_MAILBOX);
|
/dovecot/src/lib-storage/ |
H A D | mail-storage-private.h | 808 int mailbox_mkdir(struct mailbox *box, const char *path,
|
H A D | mail-storage.c | 2816 int mailbox_mkdir(struct mailbox *box, const char *path, function 2888 return mailbox_mkdir(box, dir, type);
|
Completed in 26 milliseconds