]> git.notmuchmail.org Git - notmuch/commit
lib: save path of xapian database in notmuch struct.
authorDavid Bremner <david@tethera.net>
Sun, 14 Mar 2021 14:01:58 +0000 (11:01 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 18 Mar 2021 11:03:48 +0000 (08:03 -0300)
commitf0717aa380cfa84c1973f7b03948d93b261a73fe
treef209beab0a8e4c7ce32c079b4c0837973510e8b1
parent1121299905e2b2684d7cc56ec35c26c3a012783e
lib: save path of xapian database in notmuch struct.

This will allow re-opening in a different mode (read/write
vs. read-only) with current Xapian API. It will also prove useful when
updating the compact functions to support more flexible database
location.
lib/database-private.h
lib/open.cc