]> git.notmuchmail.org Git - notmuch/commit - notmuch-config.c
CLI/config: restore "notmuch config get built_with.*"
authorDavid Bremner <david@tethera.net>
Sun, 18 Jul 2021 17:58:22 +0000 (14:58 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 18 Aug 2021 00:09:56 +0000 (17:09 -0700)
commit686230712f3865ac0d0250084113d6d859cc2519
treed489210e7ccfb117c429cd34375f77067fbacff8
parent202dde04e1057d0ab06a4e11f059f9ed2c6a717f
CLI/config: restore "notmuch config get built_with.*"

We need to special case the config section "built_with" because it is
not (currently) handled by the library. This seems consist with the
other sub-sub-commands 'list' and 'set'.
notmuch-config.c
test/T030-config.sh