[PATCH 1/3] completion: complete notmuch count --lastmod

Jani Nikula jani at nikula.org
Sat Oct 17 09:30:01 PDT 2015


---
 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 68b069013655..1552c1e51db7 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.1.4



More information about the notmuch mailing list