From: David Bremner Date: Sun, 14 Mar 2021 14:01:59 +0000 (-0300) Subject: lib: support reopening databases for write access. X-Git-Tag: 0.32_rc0~59 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=13efbd0e1c88fcbdb48b4c30c7852c5bf1fbd0b7;hp=13efbd0e1c88fcbdb48b4c30c7852c5bf1fbd0b7;p=notmuch lib: support reopening databases for write access. 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. ---