From 326824aee38c64ce80c50feac92c10dba4bb4879 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 17 Oct 2015 19:30:01 +0300 Subject: [PATCH] completion: complete notmuch count --lastmod --- completion/notmuch-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 68b06901..1552c1e5 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -162,7 +162,7 @@ _notmuch_count() ! $split && case "${cur}" in -*) - local options="--output= --exclude= --batch --input=" + local options="--output= --exclude= --batch --input= --lastmod" compopt -o nospace COMPREPLY=( $(compgen -W "$options" -- ${cur}) ) ;; -- 2.43.0