Re: [PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24
[notmuch-archives.git] / 60 / fcf31e6e7258afd2f92f425622d8ab176d9d7a
1 Return-Path: <pieter@praet.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 96F0A431FC0\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:50:32 -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 s0zta6a6YSp3 for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Feb 2012 12:50:31 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 68053431FC2\r
21         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:50:28 -0800 (PST)\r
22 Received: by mail-we0-f181.google.com with SMTP id p13so3517623wer.26\r
23         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:50:28 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.85.105 as permitted sender) client-ip=10.180.85.105; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.85.105 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.85.105])\r
31         by 10.180.85.105 with SMTP id g9mr13206504wiz.12.1329684628068\r
32         (num_hops = 1); Sun, 19 Feb 2012 12:50:28 -0800 (PST)\r
33 MIME-Version: 1.0\r
34 Received: by 10.180.85.105 with SMTP id g9mr11104613wiz.12.1329684628010;\r
35         Sun, 19 Feb 2012 12:50:28 -0800 (PST)\r
36 Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be.\r
37         [81.242.218.104])\r
38         by mx.google.com with ESMTPS id dr5sm29363672wib.0.2012.02.19.12.50.27\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 19 Feb 2012 12:50:27 -0800 (PST)\r
41 From: Pieter Praet <pieter@praet.org>\r
42 To: David Bremner <david@tethera.net>,\r
43         Tomi Ollila <tomi.ollila@iki.fi>\r
44 Subject: [PATCH 5/6] test-lib.sh: pass 'NOTMUCH_NEW's args down to 'notmuch\r
45         new'\r
46 Date: Sun, 19 Feb 2012 21:47:55 +0100\r
47 Message-Id: <1329684476-9596-6-git-send-email-pieter@praet.org>\r
48 X-Mailer: git-send-email 1.7.8.1\r
49 In-Reply-To: <1329684476-9596-1-git-send-email-pieter@praet.org>\r
50 References: <8739a93beq.fsf@zancas.localnet>\r
51         <1329684476-9596-1-git-send-email-pieter@praet.org>\r
52 X-Gm-Message-State:\r
53  ALoCoQlCqn0zjPvEyOIlzYktsxFdPXEIBDE2RjBVIvRNgvywBCVZ+m/Ylr9NItgPB8knOU3BB1Nv\r
54 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Sun, 19 Feb 2012 20:50:32 -0000\r
68 \r
69 Obviates the need to create a 'NOTMUCH_NEW' clone which runs\r
70 'notmuch new --debug'.  This will be used in a later patch.\r
71 \r
72 Doesn't cause any issues for other tests.\r
73 ---\r
74  test/test-lib.sh |    2 +-\r
75  1 files changed, 1 insertions(+), 1 deletions(-)\r
76 \r
77 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
78 index 0174e93..ade7000 100644\r
79 --- a/test/test-lib.sh\r
80 +++ b/test/test-lib.sh\r
81 @@ -534,7 +534,7 @@ test_emacs_expect_t () {\r
82  \r
83  NOTMUCH_NEW ()\r
84  {\r
85 -    notmuch new | grep -v -E -e '^Processed [0-9]*( total)? file|Found [0-9]* total file'\r
86 +    notmuch new "${@}" | grep -v -E -e '^Processed [0-9]*( total)? file|Found [0-9]* total file'\r
87  }\r
88  \r
89  notmuch_search_sanitize ()\r
90 -- \r
91 1.7.8.1\r
92 \r