[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 3c / 4b4a937d88a35d46293d2e0bfb9efda493bb0e
1 Return-Path: <dkg@fifthhorseman.net>\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 arlo.cworth.org (Postfix) with ESMTP id 972066DE00E1\r
6  for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 07:06:15 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.02\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.020]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id sPXY02n5CEPn for <notmuch@notmuchmail.org>;\r
16  Mon, 11 Apr 2016 07:06:07 -0700 (PDT)\r
17 X-Greylist: delayed 394 seconds by postgrey-1.35 at arlo;\r
18  Mon, 11 Apr 2016 07:06:06 PDT\r
19 Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
20  by arlo.cworth.org (Postfix) with ESMTP id D94316DE00BB\r
21  for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 07:06:06 -0700 (PDT)\r
22 Received: from fifthhorseman.net (unknown [38.109.115.130])\r
23  by che.mayfirst.org (Postfix) with ESMTPSA id 4B285F991\r
24  for <notmuch@notmuchmail.org>; Mon, 11 Apr 2016 09:59:30 -0400 (EDT)\r
25 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
26  id 1307C20072; Mon, 11 Apr 2016 09:59:30 -0400 (EDT)\r
27 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
28 To: Notmuch Mail <notmuch@notmuchmail.org>\r
29 Subject: [PATCH] remove debugging spew from T590\r
30 Date: Mon, 11 Apr 2016 09:59:30 -0400\r
31 Message-Id: <1460383170-17979-1-git-send-email-dkg@fifthhorseman.net>\r
32 X-Mailer: git-send-email 2.8.0.rc3\r
33 In-Reply-To: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net>\r
34 References: <1460166892-29721-2-git-send-email-dkg@fifthhorseman.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.20\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39  <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
41  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Mon, 11 Apr 2016 14:06:15 -0000\r
48 \r
49 This debugging aide somehow made it into the actual commits centered\r
50 around fix-thread, and it should not have.  you could squash this\r
51 change with 76955e82d1e4615faf49301804727aa4e3a76fd6\r
52 \r
53  ("test thread breakage when messages are removed and re-added")\r
54 \r
55 apologies for the noisy process here.\r
56 ---\r
57  test/T590-thread-breakage.sh | 2 --\r
58  1 file changed, 2 deletions(-)\r
59 \r
60 diff --git a/test/T590-thread-breakage.sh b/test/T590-thread-breakage.sh\r
61 index 45446b9..6e4031a 100755\r
62 --- a/test/T590-thread-breakage.sh\r
63 +++ b/test/T590-thread-breakage.sh\r
64 @@ -71,8 +71,6 @@ test_ghost_count() {\r
65  }\r
66  \r
67  notmuch new >/dev/null\r
68 -pwd\r
69 -ls -la ${MAIL_DIR}/.notmuch/xapian\r
70  \r
71  test_thread_count 0 'There should be no threads initially'\r
72  test_ghost_count 0 'There should be no ghosts initially'\r
73 -- \r
74 2.8.0.rc3\r
75 \r