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

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

Date: Sat, 17 Oct 2015 19:30:01 +0300

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


---
 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


Thread: