]> git.cworth.org Git - notmuch/commitdiff
lib: support reopening databases for write access.
authorDavid Bremner <david@tethera.net>
Sun, 14 Mar 2021 14:01:59 +0000 (11:01 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 18 Mar 2021 11:04:06 +0000 (08:04 -0300)
In the future Xapian will apparently support this more conveniently
for the cases other than READ_ONLY => READ_ONLY

Conceptually this function seems to fit better in lib/open.cc;
database.cc is still large enough that moving the function makes
sense.


No differences found