[PATCH v2 00/10] add insert --must-index option
Peter Wang
novalazy at gmail.com
Wed Apr 16 05:59:15 PDT 2014
Follow up to id:1374365254-13227-1-git-send-email-novalazy at gmail.com
The main changes are to take into account failures during
tagging and flushing of the database.
I took Jani's patch id:1390152046-6509-1-git-send-email-jani at nikula.org
without modification.
The soname bump is included in case it is required.
The python/go/ruby changes are untested.
Jani Nikula (1):
lib: add return status to database close and destroy
Peter Wang (9):
lib: bump soname
python: handle return status of database close and destroy
go: add return status to database close method
ruby: handle return status of database close
cli: refactor insert
cli: indicate insert failure mode in exit status
cli: add insert --must-index option
test: test insert --must-index
man: update insert documentation
bindings/go/src/notmuch/notmuch.go | 4 +-
bindings/python/notmuch/database.py | 12 ++--
bindings/ruby/database.c | 4 +-
doc/man1/notmuch-insert.rst | 24 +++++--
lib/Makefile.local | 2 +-
lib/database.cc | 30 ++++++--
lib/notmuch.h | 15 +++-
notmuch-insert.c | 134 +++++++++++++++++++++---------------
test/T070-insert.sh | 32 +++++++--
9 files changed, 176 insertions(+), 81 deletions(-)
--
1.8.4
More information about the notmuch
mailing list