Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 27 / f65d8c1a749cf48176cdde2b900eb31c90fd13
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 174C3431FCB\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:24 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.738\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.738 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_LOW=-0.7]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id yrvKtgkALDcJ for <notmuch@notmuchmail.org>;\r
17         Tue, 27 Jan 2015 11:48:22 -0800 (PST)\r
18 Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com\r
19  [74.125.82.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  F2DE8431FD4    for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:14 -0800\r
22  (PST)\r
23 Received: by mail-wg0-f53.google.com with SMTP id a1so16630756wgh.12\r
24         for <notmuch@notmuchmail.org>; Tue, 27 Jan 2015 11:48:14 -0800 (PST)\r
25 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=1e100.net; s=20130820;\r
27         h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
28         :references;\r
29         bh=PXIU+ksygWm+SxDCgaZS2+co09O696o8C0oZ796BIYs=;\r
30         b=CocCWHKPDi8tHRvlauDVWUBQPhrzcx80YA2EIdl++TFHvpuiWx+suGpJlck6Wkk0UJ\r
31         9msGr5iSe8UOLRGlvEZPko9LHjAtFCRBbiligRf28Gd5XqT/G14a1Ad5t3KnpOISoges\r
32         7Sy+CPBvf1Er+0lLGRcnMyylrBPa2uWB3GP0putV7htZe6enujGuiz1N7r6w/W5QJtrT\r
33         9zmpkCwDZZE4mMfi57SII+uiQF075Xs9074/Nvox/yWPSwo+2kpA8u2XD1XqWtM11orT\r
34         F3UHR6bcsGk+qvLcD+iIbfZH5aGkivVUFOAWty+fxmBcXlhPDU90Y/mtQ/Xy+AJ28BvE\r
35         m9Xg==\r
36 X-Gm-Message-State:\r
37  ALoCoQnjUqYVPV6CkjIGwTypVS3fLGNXu5pzlcO1CWEVW0jixos5Do9XalzsGTYImHF8B5Mq2Dur\r
38 X-Received: by 10.194.63.16 with SMTP id c16mr5954924wjs.117.1422388094017;\r
39         Tue, 27 Jan 2015 11:48:14 -0800 (PST)\r
40 Received: from localhost (mobile-internet-5d6ab0-235.dhcp.inet.fi.\r
41         [93.106.176.235])\r
42         by mx.google.com with ESMTPSA id lg7sm3503758wic.0.2015.01.27.11.48.12\r
43         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
44         Tue, 27 Jan 2015 11:48:13 -0800 (PST)\r
45 From: Jani Nikula <jani@nikula.org>\r
46 To: notmuch@notmuchmail.org\r
47 Subject: [PATCH 4/5] completion: complete notmuch dump --gzip option\r
48 Date: Tue, 27 Jan 2015 21:48:17 +0200\r
49 Message-Id: <1422388098-16333-4-git-send-email-jani@nikula.org>\r
50 X-Mailer: git-send-email 2.1.4\r
51 In-Reply-To: <1422388098-16333-1-git-send-email-jani@nikula.org>\r
52 References: <1422388098-16333-1-git-send-email-jani@nikula.org>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Tue, 27 Jan 2015 19:48:25 -0000\r
66 \r
67 ---\r
68  completion/notmuch-completion.bash | 2 +-\r
69  1 file changed, 1 insertion(+), 1 deletion(-)\r
70 \r
71 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash\r
72 index 39320f8d8107..e0498903f22f 100644\r
73 --- a/completion/notmuch-completion.bash\r
74 +++ b/completion/notmuch-completion.bash\r
75 @@ -169,7 +169,7 @@ _notmuch_dump()\r
76      ! $split &&\r
77      case "${cur}" in\r
78         -*)\r
79 -           local options="--format= --output="\r
80 +           local options="--gzip --format= --output="\r
81             compopt -o nospace\r
82             COMPREPLY=( $(compgen -W "$options" -- ${cur}) )\r
83             ;;\r
84 -- \r
85 2.1.4\r
86 \r