]> git.notmuchmail.org Git - notmuch/blobdiff - completion/notmuch-completion.bash
cli: address: Add --output=count
[notmuch] / completion / notmuch-completion.bash
index 94ea2d56943e28afc65056ea93f5c3b45fee38a1..db152f358bc3bebc7a6a659332255b5b6c09f42e 100644 (file)
@@ -332,7 +332,7 @@ _notmuch_address()
            return
            ;;
        --output)
-           COMPREPLY=( $( compgen -W "sender recipients" -- "${cur}" ) )
+           COMPREPLY=( $( compgen -W "sender recipients count" -- "${cur}" ) )
            return
            ;;
        --sort)