]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
config: Require named list filter lookups to use settings_filter_name
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 22 Jan 2025 11:07:34 +0000 (13:07 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:16 +0000 (12:34 +0200)
commit2d3bc80dd9913e5d911871423db18778d4325917
treee4e10013b2e2612d1f0dc2bd23ee25a2dceeec23
parent3ccbcf5d43e7e737111be42e7cbfc253e6a74269
config: Require named list filter lookups to use settings_filter_name

The config client callers are now responsible for doing lookups with e.g.
settings_filter_name=namespace/inbox in the event, rather than relying on
just namespace=inbox being in the event.

This allows separating the filter name from the setting values. So for
example userdb can change the mailbox name (mailbox/spam/name=Junk).
src/config/config-dump-full.c