]> git.cworth.org Git - notmuch/commit
cli/new: convert to new config framework
authorDavid Bremner <david@tethera.net>
Sat, 2 Jan 2021 17:10:39 +0000 (13:10 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:52:11 +0000 (19:52 -0400)
commit0d3bef312dd624225825e6fe175ea8830c1c9e39
tree3c9fdf207c504eec56f47e98ca3851b15f119307
parent5ef731f1aa0aa3d8fc89d1e724c021dbed8d4418
cli/new: convert to new config framework

In addition to the same type of changes as converting other
subcommands, add the possibility of creating a database at the top
level. It would probably make sense to use this for insert as well.
notmuch-client.h
notmuch-new.c
notmuch.c
test/T035-read-config.sh
test/T040-setup.sh
test/T050-new.sh