| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | test: move system includes to notmuch-test.h | David Bremner | |
| This removes some redudant includes, and will also make it easier to introduce "#define _GNU_SOURCE", which must come before all system includes. | |||
| 2021-03-18 | lib: support reopening databases for write access. | David Bremner | |
| 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. | |||
