[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / aa / 9e627881987089c4a54416bff552a78a7e05e6
1 Return-Path: <bremner@tethera.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 D898B6DE02B5\r
6  for <notmuch@notmuchmail.org>; Mon, 30 May 2016 04:50:19 -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.012\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
12  tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\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 e0-5LYTDP0JU for <notmuch@notmuchmail.org>;\r
17  Mon, 30 May 2016 04:50:11 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 81ACF6DE01D0\r
20  for <notmuch@notmuchmail.org>; Mon, 30 May 2016 04:50:11 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>) id 1b7Lhl-0000Oe-UI\r
23  for notmuch@notmuchmail.org; Mon, 30 May 2016 07:49:57 -0400\r
24 Received: (nullmailer pid 14845 invoked by uid 1000);\r
25  Mon, 30 May 2016 11:50:06 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: message properties, round 2\r
29 Date: Mon, 30 May 2016 08:49:54 -0300\r
30 Message-Id: <1464608999-14774-1-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.8.1\r
32 In-Reply-To: <1463927339-5441-1-git-send-email-david@tethera.net>\r
33 References: <1463927339-5441-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Mon, 30 May 2016 11:50:19 -0000\r
47 \r
48 This is still marked RFC, but is a lot closer to production ready than\r
49 the last round. In particular it is now integrated with the term\r
50 caching machinery in message.cc. The main implementation cost is the\r
51 creation of string-map.c to provide associative arrays of strings,\r
52 with iterators (basically mimicing the Xapian::TermIterators). I'm not\r
53 sure if these can replace some of the uses of gmime hash tables in the\r
54 CLI (or if that would be a good idea), but if so that code could move to util,\r
55 and probably lose the _notmuch_ prefix.\r
56 \r