--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 174C3431FCB\r
+ for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:24 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.738\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.738 tagged_above=-999 required=5\r
+ tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_LOW=-0.7]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id yrvKtgkALDcJ for <notmuch@notmuchmail.org>;\r
+ Tue, 27 Jan 2015 11:48:22 -0800 (PST)\r
+Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com\r
+ [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ F2DE8431FD4 for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:14 -0800\r
+ (PST)\r
+Received: by mail-wg0-f53.google.com with SMTP id a1so16630756wgh.12\r
+ for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:14 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
+ :references;\r
+ bh=PXIU+ksygWm+SxDCgaZS2+co09O696o8C0oZ796BIYs=;\r
+ b=CocCWHKPDi8tHRvlauDVWUBQPhrzcx80YA2EIdl++TFHvpuiWx+suGpJlck6Wkk0UJ\r
+ 9msGr5iSe8UOLRGlvEZPko9LHjAtFCRBbiligRf28Gd5XqT/G14a1Ad5t3KnpOISoges\r
+ 7Sy+CPBvf1Er+0lLGRcnMyylrBPa2uWB3GP0putV7htZe6enujGuiz1N7r6w/W5QJtrT\r
+ 9zmpkCwDZZE4mMfi57SII+uiQF075Xs9074/Nvox/yWPSwo+2kpA8u2XD1XqWtM11orT\r
+ F3UHR6bcsGk+qvLcD+iIbfZH5aGkivVUFOAWty+fxmBcXlhPDU90Y/mtQ/Xy+AJ28BvE\r
+ m9Xg==\r
+X-Gm-Message-State:\r
+ ALoCoQnjUqYVPV6CkjIGwTypVS3fLGNXu5pzlcO1CWEVW0jixos5Do9XalzsGTYImHF8B5Mq2Dur\r
+X-Received: by 10.194.63.16 with SMTP id c16mr5954924wjs.117.1422388094017;\r
+ Tue, 27 Jan 2015 11:48:14 -0800 (PST)\r
+Received: from localhost (mobile-internet-5d6ab0-235.dhcp.inet.fi.\r
+ [93.106.176.235])\r
+ by mx.google.com with ESMTPSA id lg7sm3503758wic.0.2015.01.27.11.48.12\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Tue, 27 Jan 2015 11:48:13 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 4/5] completion: complete notmuch dump --gzip option\r
+Date: Tue, 27 Jan 2015 21:48:17 +0200\r
+Message-Id: <1422388098-16333-4-git-send-email-jani@nikula.org>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1422388098-16333-1-git-send-email-jani@nikula.org>\r
+References: <1422388098-16333-1-git-send-email-jani@nikula.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 27 Jan 2015 19:48:25 -0000\r
+\r
+---\r
+ completion/notmuch-completion.bash | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash\r
+index 39320f8d8107..e0498903f22f 100644\r
+--- a/completion/notmuch-completion.bash\r
++++ b/completion/notmuch-completion.bash\r
+@@ -169,7 +169,7 @@ _notmuch_dump()\r
+ ! $split &&\r
+ case "${cur}" in\r
+ -*)\r
+- local options="--format= --output="\r
++ local options="--gzip --format= --output="\r
+ compopt -o nospace\r
+ COMPREPLY=( $(compgen -W "$options" -- ${cur}) )\r
+ ;;\r
+-- \r
+2.1.4\r
+\r