X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/4176e527fceb2c1f7a0b263fd8baac88be6fab4c..a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285:/completion/notmuch-completion.bash 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)