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