[PATCH] bitmap:improve memory usage using CHAR_BITS and unsigned CHAR
[notmuch-archives.git] / 56 / 93980a1c929707f6e340a370c26b1084e079e4
1 Return-Path: <bremner@pivot.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 olra.theworths.org (Postfix) with ESMTP id 9619B431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 19:53:16 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id BbO3dbneCvyv for <notmuch@notmuchmail.org>;\r
11         Sat, 26 Dec 2009 19:53:16 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id EA170431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 26 Dec 2009 19:53:15 -0800 (PST)\r
15 Received: from\r
16         fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
17         ([142.167.182.194] helo=rocinante.cs.unb.ca)\r
18         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
19         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
20         id 1NOkBu-0001fK-SG\r
21         for notmuch@notmuchmail.org; Sat, 26 Dec 2009 23:53:15 -0400\r
22 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
23         (envelope-from <bremner@rocinante.cs.unb.ca>) id 1NOkAA-0002mR-Ke\r
24         for notmuch@notmuchmail.org; Sat, 26 Dec 2009 23:51:26 -0400\r
25 From: david@tethera.net\r
26 To: notmuch@notmuchmail.org\r
27 Date: Sat, 26 Dec 2009 23:51:15 -0400\r
28 Message-Id: <1261885877-10500-1-git-send-email-david@tethera.net>\r
29 X-Mailer: git-send-email 1.6.5\r
30 In-Reply-To: <1261770829-23376-1-git-send-email-david@tethera.net>\r
31 References: <1261770829-23376-1-git-send-email-david@tethera.net>\r
32 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
33 Subject: [notmuch] (no subject)\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.12\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sun, 27 Dec 2009 03:53:16 -0000\r
47 \r
48 Thanks to Micah Anderson on IRC for pointing out that the previous\r
49 version of this patch broke '?' in notmuch-show mode.  This was\r
50 arguably a bug in the notmuch help code, fixed in patch 2 of the\r
51 series.  I wouldn't be surprised if 'map-keymap' could be used other\r
52 places in the code, but I kept things minimal-ish.  The first patch \r
53 has been revised to actually include documentation strings (blush).\r
54 \r