projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
completion: complete notmuch count --lastmod
[notmuch]
/
completion
/
notmuch-completion.bash
diff --git
a/completion/notmuch-completion.bash
b/completion/notmuch-completion.bash
index 68b069013655f9f26e0f6e4a6301d9020f7b76d2..1552c1e51db7403aba3d791dce045317f846f9c0 100644
(file)
--- 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}) )
;;