[PATCH] completion: add bash completion for "notmuch reindex"

2017-08-09 Thread Daniel Kahn Gillmor
The main thing that notmuch reindex does is to use search terms, so we can reuse a bunch of the existing completion framework. --- completion/notmuch-completion.bash | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash

[PATCH] fix typo

2017-08-09 Thread Daniel Kahn Gillmor
--- bindings/python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/README b/bindings/python/README index fe7a2181..5bf076d2 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -3,7 +3,7 @@ notmuch -- The python interface to notmuch