Re: Breaking a really long thread
[notmuch-archives.git] / 39 / 2861a125522024b91d8e1ae47e8f4ac18b84f8
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 CFB22431FD5\r
6         for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 04:49:19 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id sN4SxQP5Z1mH for <notmuch@notmuchmail.org>;\r
16         Sun,  2 Feb 2014 04:49:14 -0800 (PST)\r
17 Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com\r
18  [74.125.83.41])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  2535A431FC0    for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 04:49:14 -0800\r
21  (PST)\r
22 Received: by mail-ee0-f41.google.com with SMTP id e51so1117346eek.28\r
23         for <notmuch@notmuchmail.org>; Sun, 02 Feb 2014 04:49:11 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=mSb914I0onEXvVysN/mgm/Sx8cdDhomfmZVolZf8Z7c=;\r
28         b=lYEO9JTLiSyNmQQEEFD/rK6bQ3qzr5vOtyqYJF7xRRpKPeDob0CKjdO2WjqvkYlex0\r
29         iVSpWPnl1w1xoXE55tw5sI9QDGLC3vlucz9MjGIN+wDQB0DYrcnmxSrnyl15ObwQ8Ebi\r
30         nab3Ai3uOGvMEJMNYU3y0zpqtZrdzbmxcY/OdGBcXN97K8uXXCVJXDscTlWoyHpAQAYr\r
31         MbKyzs4TNG11+DeNrJXueKBo1Kwi1ux6wHqoq8Y6BDx/lfLENzUbAmH30DD6OPfXJ4yn\r
32         k4cncfbiCx4uRR1T/jlGJg7ELFv8yxhGGOy6l5ZVBnn1WDadmy/Ej8dU5kRb75D6VTfh\r
33         Nq3g==\r
34 X-Gm-Message-State:\r
35  ALoCoQl/V6gCLeUQNPJmX0u8M4V8BiUkD+DfXEiXgCdymF8LA+ALOlkLFR7lZhvTAfqnyA6hKwLf\r
36 X-Received: by 10.14.203.197 with SMTP id f45mr1455007eeo.90.1391345351688;\r
37         Sun, 02 Feb 2014 04:49:11 -0800 (PST)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91])\r
40         by mx.google.com with ESMTPSA id 8sm56217588eef.1.2014.02.02.04.49.10\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
43         Sun, 02 Feb 2014 04:49:11 -0800 (PST)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH] completion: bash completion for notmuch new --quiet option\r
47 Date: Sun,  2 Feb 2014 14:49:09 +0200\r
48 Message-Id: <1391345349-7235-1-git-send-email-jani@nikula.org>\r
49 X-Mailer: git-send-email 1.8.5.2\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 02 Feb 2014 12:49:20 -0000\r
63 \r
64 notmuch new now has --quiet option, complete it too.\r
65 ---\r
66  completion/notmuch-completion.bash | 2 +-\r
67  1 file changed, 1 insertion(+), 1 deletion(-)\r
68 \r
69 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash\r
70 index 04324bb..0f13204 100644\r
71 --- a/completion/notmuch-completion.bash\r
72 +++ b/completion/notmuch-completion.bash\r
73 @@ -208,7 +208,7 @@ _notmuch_new()\r
74  \r
75      case "${cur}" in\r
76         -*)\r
77 -           local options="--no-hooks"\r
78 +           local options="--no-hooks --quiet"\r
79             COMPREPLY=( $(compgen -W "${options}" -- ${cur}) )\r
80             ;;\r
81      esac\r
82 -- \r
83 1.8.5.2\r
84 \r