]> git.notmuchmail.org Git - notmuch/commit
lib/config: add HOOK_DIR
authorDavid Bremner <david@tethera.net>
Sat, 9 Jan 2021 13:19:50 +0000 (09:19 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:54:09 +0000 (19:54 -0400)
commit4922416cccb826483e8306461a15a7372e97d3ce
tree5556d1759ad2a2ae2198481e7de62bbcc852df4c
parent0d3bef312dd624225825e6fe175ea8830c1c9e39
lib/config: add HOOK_DIR

The hook directory configuration needs to be kept in synch with the
other configuration information, so add scaffolding to support this at
database opening time.
lib/config.cc
lib/notmuch.h
test/T590-libconfig.sh