]> git.cworth.org Git - notmuch/commitdiff
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)
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.


No differences found