]> git.notmuchmail.org Git - notmuch/blobdiff - completion/notmuch-completion.bash
completion: bash completion for notmuch new --quiet option
[notmuch] / completion / notmuch-completion.bash
index 04324bbb3968222d84af224089a69c59e08a407b..0f132043dea5e89219f6853714b63c74ac101476 100644 (file)
@@ -208,7 +208,7 @@ _notmuch_new()
 
     case "${cur}" in
        -*)
-           local options="--no-hooks"
+           local options="--no-hooks --quiet"
            COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )
            ;;
     esac