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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-iter.c830 enum autocreate_match_result match, match2; local
868 match2 = match;
870 match2 = autocreate_box_match(&actx->all_ns_box_sets,
874 if ((match2 & AUTOCREATE_MATCH_RESULT_YES) != 0)
876 if ((match2 & AUTOCREATE_MATCH_RESULT_CHILDREN) != 0) {
884 match2 = autocreate_box_match(&actx->all_ns_box_sets,
887 if ((match2 & AUTOCREATE_MATCH_RESULT_YES) != 0) {
891 if ((match2 & AUTOCREATE_MATCH_RESULT_CHILDREN) != 0) {

Completed in 910 milliseconds