[Patch v4 1/3] doc: build and install doxygen api docs

2014-07-09 Thread Tomi Ollila
On Wed, Jul 09 2014, David Bremner wrote: > In order to support out of tree builds, generate `doc/config.dox` from > configure. > > In order to avoid hardcoding version in doxygen.cfg, generate > doc/version.dox at build time. is this commit message accurate ? > --- > configure | 12 +

[PATCH v2 01/10] lib: add return status to database close and destroy

2014-07-09 Thread David Bremner
Peter Wang writes: > From: Jani Nikula > > notmuch_database_close may fail in Xapian ->flush() or ->close(), so > report the status. Similarly for notmuch_database_destroy which calls > close. pushed this one patch, along with a minimal NEWS item.

[PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-09 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. pushed. d

[PATCH v2 08/10] cli: add insert --must-index option

2014-07-09 Thread David Bremner
Peter Wang writes: > This option causes notmuch insert to fail (with exit code 3) on failure > to index the message, or failure to set the tags on the message, or if > closing (flushing) the database fails. Failure to sync tags to flags > has no effect. I don't really understand why it's OK to

[PATCH v3] test: Test thread linking in all possible delivery orders

2014-07-09 Thread Austin Clements
These tests deliver all possible (single-root) four-message threads in all possible orders and check that notmuch successfully links them into threads. These tests supersede and replace the previous and much less thorough "T260-thread-order" tests. There are two variants of the test: one delivers

Re: [PATCH v2 01/10] lib: add return status to database close and destroy

2014-07-09 Thread David Bremner
Peter Wang writes: > From: Jani Nikula > > notmuch_database_close may fail in Xapian ->flush() or ->close(), so > report the status. Similarly for notmuch_database_destroy which calls > close. pushed this one patch, along with a minimal NEWS item. ___

Re: [PATCH] build: check .git directory existence in srcdir (for out-of-tree builds)

2014-07-09 Thread David Bremner
Tomi Ollila writes: > So that $(VERSION) and version.stamp uses the git-describe -based > version data instead of the content of `version' file. pushed. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH v2 08/10] cli: add insert --must-index option

2014-07-09 Thread David Bremner
Peter Wang writes: > This option causes notmuch insert to fail (with exit code 3) on failure > to index the message, or failure to set the tags on the message, or if > closing (flushing) the database fails. Failure to sync tags to flags > has no effect. I don't really understand why it's OK to

[PATCH v3] test: Test thread linking in all possible delivery orders

2014-07-09 Thread Austin Clements
These tests deliver all possible (single-root) four-message threads in all possible orders and check that notmuch successfully links them into threads. These tests supersede and replace the previous and much less thorough "T260-thread-order" tests. There are two variants of the test: one delivers

Re: [Patch v4 1/3] doc: build and install doxygen api docs

2014-07-09 Thread Tomi Ollila
On Wed, Jul 09 2014, David Bremner wrote: > In order to support out of tree builds, generate `doc/config.dox` from > configure. > > In order to avoid hardcoding version in doxygen.cfg, generate > doc/version.dox at build time. is this commit message accurate ? > --- > configure | 12 +