mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +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
|
||||
-*)
|
||||
local options="--no-hooks"
|
||||
local options="--no-hooks --quiet"
|
||||
COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue