Re: [PATCH] emacs: address completion, allow sender/recipient and filters
[notmuch-archives.git] / c0 / 18dff54c5a750df43211e00ab32329e248f25b
1 Return-Path: <bremner@unb.ca>\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 3A907429E21\r
6         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 23:06:22 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 jjU+V2MwxRrV for <notmuch@notmuchmail.org>;\r
16         Mon, 28 Nov 2011 23:06:21 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8B66A431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 23:06:21 -0800 (PST)\r
22 Received: from rocinante.cs.unb.ca (m3.kereda.com [207.194.238.3] (may be\r
23         forged)) (authenticated bits=0)\r
24         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAT76IYx013462\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
26         Tue, 29 Nov 2011 03:06:18 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76)\r
28         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
29         id 1RVHXC-0005C5-Lz; Mon, 28 Nov 2011 22:51:18 -0800\r
30 From: David Bremner <bremner@debian.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 1/2] test/symbol-hiding: add some whitespace between tests\r
33 Date: Mon, 28 Nov 2011 22:51:15 -0800\r
34 Message-Id: <1322549476-17208-2-git-send-email-bremner@debian.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 In-Reply-To: <1322549476-17208-1-git-send-email-bremner@debian.org>\r
37 References: <1309142545-30590-1-git-send-email-david@tethera.net>\r
38         <1322549476-17208-1-git-send-email-bremner@debian.org>\r
39 Cc: David Bremner <bremner@debian.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 29 Nov 2011 07:06:22 -0000\r
53 \r
54 This is in preparation for adding a third test to this file\r
55 ---\r
56  test/symbol-hiding |    2 ++\r
57  1 files changed, 2 insertions(+), 0 deletions(-)\r
58 \r
59 diff --git a/test/symbol-hiding b/test/symbol-hiding\r
60 index f67b653..6d4e4ff 100755\r
61 --- a/test/symbol-hiding\r
62 +++ b/test/symbol-hiding\r
63 @@ -19,7 +19,9 @@ output="A Xapian exception occurred opening database: Couldn't stat 'fakedb/.not\r
64  caught No chert database found at path \`./nonexistant'"\r
65  \r
66  mkdir -p fakedb/.notmuch\r
67 +\r
68  test_expect_success 'running test' run_test\r
69 +\r
70  test_begin_subtest 'checking output'\r
71  test_expect_equal "$result" "$output" \r
72  test_done\r
73 -- \r
74 1.7.5.4\r
75 \r