Searched defs:box_set (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/plugins/autocreate/ |
H A D | autocreate-plugin.c | 17 struct mailbox_settings *const *box_set; local 19 array_foreach(&ns->set->mailboxes, box_set) { 20 if (strcmp((*box_set)->name, vname) == 0) 21 return *box_set;
|
/dovecot/src/lib-storage/ |
H A D | mail-autoexpunge.c | 183 struct mailbox_settings *const *box_set; local 189 array_foreach(&ns->set->mailboxes, box_set) { 190 if ((*box_set)->autoexpunge == 0 && 191 (*box_set)->autoexpunge_max_mails == 0) 197 if (strpbrk((*box_set)->name, "*?") != NULL) 198 mailbox_autoexpunge_wildcards(ns, *box_set, expunged_count); 200 if ((*box_set)->name[0] == '\0' && ns->prefix_len > 0 && 204 vname = t_strconcat(ns->prefix, (*box_set)->name, NULL); 205 mailbox_autoexpunge_set(ns, vname, (*box_set)->autoexpunge, 206 (*box_set) [all...] |
H A D | mail-namespace.c | 73 struct mailbox_settings *const *box_set; local 78 array_foreach(&ns_set->mailboxes, box_set) { 79 if ((*box_set)->special_use[0] != '\0')
|
H A D | mail-storage.c | 786 struct mailbox_settings *const *box_set; local 800 array_foreach(&ns->set->mailboxes, box_set) { 801 if (strcmp((*box_set)->name, vname) == 0) 802 return *box_set;
|
/dovecot/src/imap/ |
H A D | imap-client.c | 91 struct mailbox_settings *const *box_set; local 97 array_foreach(&(*ns_set)->mailboxes, box_set) { 98 if ((*box_set)->special_use != NULL)
|
Completed in 144 milliseconds