Re: bug in configure script
[notmuch-archives.git] / 1c / 82c7daada78990b343344d557e5eb7c624c42b
1 Return-Path: <amthrax@drake.mit.edu>\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 45412431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 20:22:40 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 9Qc8zuzOSpIL for <notmuch@notmuchmail.org>;\r
16         Sun, 30 Jan 2011 20:22:39 -0800 (PST)\r
17 Received: from dmz-mailsec-scanner-4.mit.edu (DMZ-MAILSEC-SCANNER-4.MIT.EDU\r
18         [18.9.25.15])\r
19         by olra.theworths.org (Postfix) with ESMTP id BD4D0431FB5\r
20         for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 20:22:39 -0800 (PST)\r
21 X-AuditID: 1209190f-b7c1dae000000a2b-6e-4d46390f097c\r
22 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36])\r
23         by dmz-mailsec-scanner-4.mit.edu (Symantec Brightmail Gateway) with\r
24         SMTP id FA.AD.02603.F09364D4; Sun, 30 Jan 2011 23:22:39 -0500 (EST)\r
25 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])\r
26         by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id p0V4Mcxq015291; \r
27         Sun, 30 Jan 2011 23:22:38 -0500\r
28 Received: from drake.mit.edu\r
29         (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com\r
30         [209.6.116.242]) (authenticated bits=0)\r
31         (User authenticated as amdragon@ATHENA.MIT.EDU)\r
32         by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id p0V4Mavg007102\r
33         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
34         Sun, 30 Jan 2011 23:22:38 -0500 (EST)\r
35 Received: from amthrax by drake.mit.edu with local (Exim 4.72)\r
36         (envelope-from <amthrax@drake.mit.edu>)\r
37         id 1PjlHg-0002eu-CA; Sun, 30 Jan 2011 23:22:36 -0500\r
38 From: Austin Clements <amdragon@MIT.EDU>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v2 0/2] Small clean-ups to the doc ID set code\r
41 Date: Sun, 30 Jan 2011 23:22:31 -0500\r
42 Message-Id: <1296447753-10109-1-git-send-email-amdragon@mit.edu>\r
43 X-Mailer: git-send-email 1.7.2.3\r
44 In-Reply-To: <8762t8n22a.fsf@yoom.home.cworth.org>\r
45 References: <8762t8n22a.fsf@yoom.home.cworth.org>\r
46 X-Brightmail-Tracker: AAAAAA==\r
47 Cc: amdragon@mit.edu\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 31 Jan 2011 04:22:40 -0000\r
61 \r
62 I split up the patches as requested and also rebased to current\r
63 master.  Relative to the original patch, I stripped out the\r
64 bound-to-max change since I could no longer convince myself it was a\r
65 good idea, and changed BITMAP_* to DOCIDSET_* to clarify that the\r
66 macros were for working with the doc ID set bitmaps and not just any\r
67 old bitmaps.\r
68 \r
69 As usual, this is also available in my git repo\r
70   http://awakening.csail.mit.edu/git/notmuch.git\r
71 as the search-perf-3 branch.\r
72 \r