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}) ) ;;