completion: complete notmuch count --lastmod

This commit is contained in:
Jani Nikula 2015-10-17 19:30:01 +03:00 committed by David Bremner
parent ddbda8f501
commit 326824aee3

View file

@ -162,7 +162,7 @@ _notmuch_count()
! $split && ! $split &&
case "${cur}" in case "${cur}" in
-*) -*)
local options="--output= --exclude= --batch --input=" local options="--output= --exclude= --batch --input= --lastmod"
compopt -o nospace compopt -o nospace
COMPREPLY=( $(compgen -W "$options" -- ${cur}) ) COMPREPLY=( $(compgen -W "$options" -- ${cur}) )
;; ;;