X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=adf64a0aebf3ae0a1654cd7312af4c70cbdb742d;hp=fb093de89001e43baa92d47748b456d7acbca495;hb=f3fc97c0008c1d48ccac88c52b5bae61460bfa3f;hpb=ab4b033c70eab04c7080aacfbcd362548214340a diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index fb093de8..adf64a0a 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -472,7 +472,7 @@ _notmuch_address() return ;; --output) - COMPREPLY=( $( compgen -W "sender recipients count" -- "${cur}" ) ) + COMPREPLY=( $( compgen -W "sender recipients count address" -- "${cur}" ) ) return ;; --sort)