]> git.notmuchmail.org Git - notmuch/commit
lib/open: factor out choosing database path
authorDavid Bremner <david@tethera.net>
Fri, 1 Jan 2021 16:16:25 +0000 (12:16 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:41:28 +0000 (19:41 -0400)
commit1f860a6c41aad8b6d2350c439b39aa0692597a79
treec6176e5e64529925bae65abac70b23f62edfd88d
parentb860be6a765b421f755a7c1b054f6b9a39b129c0
lib/open: factor out choosing database path

The plan is to share code with a new database creation function that
has a similar API to n_d_open_with_config.
lib/open.cc