]> git.cworth.org Git - notmuch/commit
CLI+lib: detect missing database in split configurations.
authorDavid Bremner <david@tethera.net>
Tue, 23 Feb 2021 20:19:13 +0000 (16:19 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commit217f8196088f200972d35ee9181bfe361cccc04a
treec6f6ceba6c51fbf7daaced601cccbaa057fadbce
parent2e39ce6eb5d5e5ae2a2a4ed419190003f47e566e
CLI+lib: detect missing database in split configurations.

Eventually we want to do all opening of databases in the top
level (main function). This means that detection of missing databases
needs to move out of subcommands. It also requires updating the
library to use the new NO_DATABASE status code.
lib/open.cc
notmuch.c
test/T040-setup.sh
test/T055-path-config.sh