Searched refs:inbox_user (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/plugins/welcome/
H A Dwelcome-plugin.c118 if (!box->inbox_user)
/dovecot/src/plugins/snarf/
H A Dsnarf-plugin.c152 if (!box->inbox_user)
207 box->inbox_user = TRUE;
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-deleted-storage.c172 if (!mbox->box.inbox_user && mbox->box.name[0] != '\0') {
H A Dmdbox-storage.c316 if (box->inbox_user && box->creating) {
/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c157 if ((dtxn->ptxn->t != NULL) && dtxn->ptxn->mbox->inbox_user) {
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.c264 if (box->inbox_user && box->creating) {
/dovecot/src/lib-storage/
H A Dmailbox-attribute.c282 if (iattr != NULL && !box->inbox_user &&
H A Dmail-storage.c942 if (box->inbox_user)
991 if (ret < 0 && box->inbox_user &&
1076 if (box->inbox_user) {
1260 if (!box->inbox_user && *existence_r == MAILBOX_EXISTENCE_NOSELECT &&
2067 if (ret < 0 && box->inbox_user &&
H A Dmail-storage-private.h446 bool inbox_user:1; member in struct:mailbox
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c925 (!mstorage->all_mailboxes && !_mail->box->inbox_user)) {
958 (mstorage->all_mailboxes || t->box->inbox_user)) {
/dovecot/src/lib-storage/index/
H A Dindex-storage.c401 box->inbox_user = strcmp(box->name, "INBOX") == 0 &&

Completed in 40 milliseconds