]> git.cworth.org Git - notmuch/commit
CLI/insert: convert to new config framework.
authorDavid Bremner <david@tethera.net>
Wed, 26 Aug 2020 11:43:33 +0000 (08:43 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:17:34 +0000 (19:17 -0400)
commitf994f0e7df178eb31c656329bb28ffa832ac4364
tree45f5c587b3369b8600d8ffff7cbadc0ef20aeaac
parent66adcd4f538d426205fd09b0f97b63c74e9e82d7
CLI/insert: convert to new config framework.

The new talloc context is needed to run the hook at the very end of
the function. That in turn is needed so that this process gives up the
write lock on the database.
notmuch-insert.c
notmuch.c
test/T035-read-config.sh
test/T070-insert.sh