projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff5af5
)
completion: bash completion for notmuch new --quiet option
author
Jani Nikula
<jani@nikula.org>
Sun, 2 Feb 2014 12:49:09 +0000
(14:49 +0200)
committer
David Bremner
<david@tethera.net>
Mon, 3 Feb 2014 20:19:49 +0000
(16:19 -0400)
notmuch new now has --quiet option, complete it too.
completion/notmuch-completion.bash
patch
|
blob
|
history
diff --git
a/completion/notmuch-completion.bash
b/completion/notmuch-completion.bash
index 04324bbb3968222d84af224089a69c59e08a407b..0f132043dea5e89219f6853714b63c74ac101476 100644
(file)
--- a/
completion/notmuch-completion.bash
+++ b/
completion/notmuch-completion.bash
@@
-208,7
+208,7
@@
_notmuch_new()
case "${cur}" in
-*)
- local options="--no-hooks"
+ local options="--no-hooks
--quiet
"
COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
;;
esac