]> git.cworth.org Git - notmuch/commit
add "notmuch reindex" subcommand
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 4 Jun 2017 12:32:35 +0000 (09:32 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 2 Aug 2017 01:17:47 +0000 (21:17 -0400)
commite5beec39d6021c7b8c21e6d84050660ad6c69a96
tree1e08029c9536608c0d129b1f15321c3402422c1d
parent5b93fa6e70c905e3c5f2a8109683db29ccfd5bcf
add "notmuch reindex" subcommand

This new subcommand takes a set of search terms, and re-indexes the
list of matching messages.
13 files changed:
Makefile.local
doc/conf.py
doc/index.rst
doc/man1/notmuch-reindex.rst [new file with mode: 0644]
doc/man1/notmuch.rst
doc/man7/notmuch-search-terms.rst
notmuch-client.h
notmuch-reindex.c [new file with mode: 0644]
notmuch.c
performance-test/M04-reindex.sh [new file with mode: 0755]
performance-test/T03-reindex.sh [new file with mode: 0755]
test/T670-duplicate-mid.sh
test/T700-reindex.sh [new file with mode: 0755]