]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - completion/notmuch-completion.bash
cli: search: Add --output=count
[notmuch.git] / completion / notmuch-completion.bash
index 6b6d43a3f8a268d06d80b5a30bff19e9c8c329a2..b625b020c2110aa8e3e84748365d3c3cd3a620e9 100644 (file)
@@ -294,7 +294,7 @@ _notmuch_search()
            return
            ;;
        --output)
-           COMPREPLY=( $( compgen -W "summary threads messages files tags sender recipients" -- "${cur}" ) )
+           COMPREPLY=( $( compgen -W "summary threads messages files tags sender recipients count" -- "${cur}" ) )
            return
            ;;
        --sort)