[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 16 / 3585b97059350a79a2bdfb1329746661b9c007
1 Return-Path: <bremner@tesseract.cs.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 arlo.cworth.org (Postfix) with ESMTP id B3CCB6DE1003\r
6  for <notmuch@notmuchmail.org>; Fri, 14 Aug 2015 09:48:31 -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.505\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.505 tagged_above=-999 required=5 tests=[AWL=-0.249,\r
12   T_HEADER_FROM_DIFFERENT_DOMAINS=0.01, URIBL_SBL=0.644, URIBL_SBL_A=0.1]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id 0cIyGGvM81r1 for <notmuch@notmuchmail.org>;\r
17  Fri, 14 Aug 2015 09:48:29 -0700 (PDT)\r
18 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 50C1A6DE021E\r
20  for <notmuch@notmuchmail.org>; Fri, 14 Aug 2015 09:48:28 -0700 (PDT)\r
21 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
22  (envelope-from <bremner@tesseract.cs.unb.ca>) id 1ZQI9L-0003de-TC\r
23  for notmuch@notmuchmail.org; Fri, 14 Aug 2015 16:48:11 +0000\r
24 Received: (nullmailer pid 15749 invoked by uid 1000); Fri, 14 Aug 2015\r
25  16:48:02 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: revision tracking patches round 4\r
29 Date: Fri, 14 Aug 2015 18:47:53 +0200\r
30 Message-Id: <1439570878-15165-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.5.0\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.18\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36  <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Fri, 14 Aug 2015 16:48:31 -0000\r
45 \r
46 This obsoletes\r
47 \r
48      id:1439112285-6681-1-git-send-email-david@tethera.net\r
49 \r
50 The main differences since that series are in the command line syntax\r
51 for notmuch-count.\r
52 \r
53 We also now consider passing --uuid to notmuch-compact an error, since\r
54 the user might reasonably expect that to do something sensible, but we\r
55 don't because of the existing API.\r
56 \r