X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=cfbd3890e09179ae8a1966c24c21dd46a114b31f;hp=0571dc9da8e332b3fa3c24ab27e9fa61a3c637f4;hb=3cc8ed5978157e26cf302ca5b1c9669efeb9ee44;hpb=523f06a0add737aa0577f43c319f069bc0ff10f3 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 0571dc9d..cfbd3890 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -294,7 +294,7 @@ _notmuch_search() return ;; --output) - COMPREPLY=( $( compgen -W "summary threads messages files tags" -- "${cur}" ) ) + COMPREPLY=( $( compgen -W "summary threads messages files tags sender recipients" -- "${cur}" ) ) return ;; --sort)