[PATCH 4/5] completion: complete notmuch dump --gzip option

Subject: [PATCH 4/5] completion: complete notmuch dump --gzip option

Date: Tue, 27 Jan 2015 21:48:17 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


---
 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


Thread: