]> git.notmuchmail.org Git - notmuch/blobdiff - completion/notmuch-completion.bash
cli: search: Add --output={sender,recipients}
[notmuch] / completion / notmuch-completion.bash
index 0571dc9da8e332b3fa3c24ab27e9fa61a3c637f4..cfbd3890e09179ae8a1966c24c21dd46a114b31f 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" -- "${cur}" ) )
            return
            ;;
        --sort)