[PATCH 4/5] completion: complete notmuch dump --gzip option
Jani Nikula
jani at nikula.org
Tue Jan 27 11:48:17 PST 2015
---
completion/notmuch-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash
index 39320f8d8107..e0498903f22f 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}) )
;;
--
2.1.4
More information about the notmuch
mailing list