]> git.notmuchmail.org Git - notmuch/commit - lib/notmuch.h
lib/config: add notmuch_config_get_values_string
authorDavid Bremner <david@tethera.net>
Sat, 13 Feb 2021 17:17:52 +0000 (13:17 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commit0c6db22930b58fcea972e71b45f7ea0e6055ed20
tree95a5ef2b6d5844c1edb88b73fb8e1eb1545976a0
parent2fc40e24de4fb06428273e6f55ebd72faabde778
lib/config: add notmuch_config_get_values_string

This is to support the less common (at least in the notmuch codebase)
case of accessing a ;-delimited list config value with an arbitrary
string key.
lib/config.cc
lib/notmuch.h
test/T590-libconfig.sh