]> git.notmuchmail.org Git - notmuch/commitdiff
lib: cache configuration information from database
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:37 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 22:56:05 +0000 (18:56 -0400)
The main goal is to allow configuration information to be temporarily
overridden by a separate config file. That will require further
changes not in this commit.

The performance impact is unclear, and will depend on the balance
between number of queries and number of distinct metadata items read
on the first call to n_d_get_config.


No differences found