Franz Fellner <alpine.art.de@gmail.com> writes: > On Tue, 26 Apr 2016 22:04:48 -0300, David Bremner <david@tethera.net> wrote: >> Xapian 1.3 support >> >> Notmuch should now build (and the test suite should pass) on recent >> releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5. > > Great to see support for the most recent xapian releases. THX! > > Just some questions: > Is it safe to just run the update? > Are some special steps required to update the DB to the new backend? Xapian (and notmuch) will continue using the 1.2 era "chert" backend for existing databases. This is what I've been doing for some time now, using a chert backend with xapian 1.3. To force an upgrade to glass would require dump, move .notmuch out of the way, notmuch new, and restore. That should also work, since the test suite uses the glass backend, but I'm not sure if it's worth the trouble at this point. I know that the Xapian team is still doing performance tuning on the glass backend. all the best David