]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
config: Split config_module_parser.array to list and filter_array
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 29 Jul 2025 09:41:17 +0000 (12:41 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Sun, 3 Aug 2025 17:22:44 +0000 (17:22 +0000)
commit87e5f43733e00a368b4e7407c2b8ae2ad9ebc04a
tree8241852d9f89d40f22f01471c94b97d281190369
parentb42af1131d1730652b082b12fede79210de0a763
config: Split config_module_parser.array to list and filter_array

The list is used for SET_STRLIST and SET_BOOLLIST, while filter_array is
used for SET_FILTER_ARRAY.
src/config/config-parser.c
src/config/config-parser.h
src/config/config-request.c