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