]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - completion/notmuch-completion.bash
cli: Extend the search command for --output=addresses and similar
[notmuch.git] / completion / notmuch-completion.bash
index 0571dc9da8e332b3fa3c24ab27e9fa61a3c637f4..c37ddf56233bb3f8040e870eb30ec37d5373e7ab 100644 (file)
@@ -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 addresses" -- "${cur}" ) )
            return
            ;;
        --sort)