X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/db307459fbc32c39f61fc894d8e77051d59dbf9b..3cc8ed5978157e26cf302ca5b1c9669efeb9ee44:/completion/notmuch-completion.bash 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)