Searched defs:box_set (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/plugins/autocreate/
H A Dautocreate-plugin.c17 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 Dmail-autoexpunge.c183 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 Dmail-namespace.c73 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 Dmail-storage.c786 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 Dimap-client.c91 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