X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=db152f358bc3bebc7a6a659332255b5b6c09f42e;hp=94ea2d56943e28afc65056ea93f5c3b45fee38a1;hb=a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285;hpb=5c27136e64dab2f90995de0bfa37c54186a2fae1 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 94ea2d56..db152f35 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -332,7 +332,7 @@ _notmuch_address() return ;; --output) - COMPREPLY=( $( compgen -W "sender recipients" -- "${cur}" ) ) + COMPREPLY=( $( compgen -W "sender recipients count" -- "${cur}" ) ) return ;; --sort)