mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
completion: bash completion for notmuch new --quiet option
notmuch new now has --quiet option, complete it too.
This commit is contained in:
parent
aff5af582e
commit
b220aefdf9
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ _notmuch_new()
|
||||||
|
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
-*)
|
-*)
|
||||||
local options="--no-hooks"
|
local options="--no-hooks --quiet"
|
||||||
COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue