]> git.notmuchmail.org Git - notmuch/commit
lib/open: canonicalize relative path read from config file
authorDavid Bremner <david@tethera.net>
Wed, 3 Mar 2021 12:31:44 +0000 (08:31 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commitb25e57e6cb65c31030322125aafb0a5eb085b420
tree736061a78aced3c352783a434acf49e50a458d3f
parent2e9ee47072e161e85d2ac60515d1c922ea881e40
lib/open: canonicalize relative path read from config file

This matches functionality in the the CLI function
notmuch_config_get_database_path, which was previously used in the CLI
code for all calls to open a database.
lib/open.cc