]> git.notmuchmail.org Git - notmuch/commit
lib/config: make sure the config map exists when loading defaults
authorDavid Bremner <david@tethera.net>
Sat, 25 Dec 2021 13:33:04 +0000 (09:33 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jan 2022 19:59:27 +0000 (15:59 -0400)
commit64212c7b91cdb7e65a2a28f994f8d060a50ae78c
tree40bc4989be3f85324c561eec31c117bb911c9af5
parent63b4c469835133ac44b7db516fc54b8a4abb90a8
lib/config: make sure the config map exists when loading defaults

We should not rely on one of the other "_notmuch_config_load_*"
functions being called before this one.
lib/config.cc