]> git.cworth.org Git - notmuch/commit
CLI/new: support split database and mail location
authorDavid Bremner <david@tethera.net>
Sat, 9 Jan 2021 11:25:25 +0000 (07:25 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 20 Mar 2021 10:42:06 +0000 (07:42 -0300)
commit2c879667b3c9d51eb23f53c040acce341d75920b
treeb81b441d36a462585eaa5072900c25dda728b18f
parent5ec6fd4dcfba0c50bcdec56b4ec51c2ccd1f2e92
CLI/new: support split database and mail location

This adds new state variable for the mail root, and uses it most
places db_path was used. The notable exception is dumps from
backups. The latter will be dealt with properly in a future commit.
notmuch-new.c
test/T055-path-config.sh