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

2017-08-18 Thread David Bremner
Daniel Kahn Gillmor writes: > The main thing that notmuch reindex does is to use search terms, so we > can reuse a bunch of the existing completion framework. pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/

[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 b/compl