X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=e0498903f22f763f47576be79a7fefa719403dc4;hp=39320f8d8107681e6be8d644c1f0fe3309da16ca;hb=647c0b0692379e434a3ccb213f88b89fae8b4321;hpb=694c7b9ba7c83eba10105f0f151884dcdb90426d diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 39320f8d..e0498903 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -169,7 +169,7 @@ _notmuch_dump() ! $split && case "${cur}" in -*) - local options="--format= --output=" + local options="--gzip --format= --output=" compopt -o nospace COMPREPLY=( $(compgen -W "$options" -- ${cur}) ) ;;