]> git.notmuchmail.org Git - notmuch/commit
lib/open: pull _load_key_file out of _choose_database_path
authorDavid Bremner <david@tethera.net>
Thu, 11 Feb 2021 00:02:37 +0000 (20:02 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commita3444e873f27a379600428b1ccf9ef9889553709
tree0f7dbdfae5272453f9cef851a79ada7c03788150
parent79a4b2e9e749b46433be64c7c9cc56d3cb43262e
lib/open: pull _load_key_file out of _choose_database_path

Although this increases code duplication, it also increases
flexibility in handling various combinations of missing config file
and missing database.
lib/open.cc