[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / 3a / b571a18e9ce71b2fe5e76eb4a2c0331b799bac
1 Return-Path: <m.walters@qmul.ac.uk>\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 201C3431FBD\r
6         for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 10:17:59 -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: -1.098\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5\r
12         tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001,\r
13         NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id UoK9remFvk4c for <notmuch@notmuchmail.org>;\r
17         Sun,  2 Feb 2014 10:17:51 -0800 (PST)\r
18 Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id D1723431FBC\r
22         for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 10:17:50 -0800 (PST)\r
23 Received: from smtp.qmul.ac.uk ([138.37.6.40])\r
24         by mail2.qmul.ac.uk with esmtp (Exim 4.71)\r
25         (envelope-from <m.walters@qmul.ac.uk>)\r
26         id 1WA1bn-0000Yx-Ab; Sun, 02 Feb 2014 18:17:45 +0000\r
27 Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost)\r
28         by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71)\r
29         (envelope-from <m.walters@qmul.ac.uk>)\r
30         id 1WA1at-0004S4-VN; Sun, 02 Feb 2014 18:16:36 +0000\r
31 From: Mark Walters <markwalters1009@gmail.com>\r
32 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH v2 0/7] lib: replace the message header parser with gmime\r
34 In-Reply-To: <cover.1385825425.git.jani@nikula.org>\r
35 References: <cover.1385825425.git.jani@nikula.org>\r
36 User-Agent: Notmuch/0.15.2+484~gfb59956 (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sun, 02 Feb 2014 18:15:09 +0000\r
39 Message-ID: <874n4hqt3m.fsf@qmul.ac.uk>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-Sender-Host-Address: 93.97.24.31\r
43 X-QM-Geographic: According to ripencc,\r
44         this message was delivered by a machine in Britain (UK) (GB).\r
45 X-QM-SPAM-Info: Sender has good ham record.  :)\r
46 X-QM-Body-MD5: 6390360279f6ef9f4bb0e51df55b868d (of first 20000 bytes)\r
47 X-SpamAssassin-Score: 0.0\r
48 X-SpamAssassin-SpamBar: /\r
49 X-SpamAssassin-Report: The QM spam filters have analysed this message to\r
50         determine if it is\r
51         spam. We require at least 5.0 points to mark a message as spam.\r
52         This message scored 0.0 points. Summary of the scoring: \r
53         * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail\r
54         provider *      (markwalters1009[at]gmail.com)\r
55         *  0.0 AWL AWL: From: address is in the auto white-list\r
56 X-QM-Scan-Virus: ClamAV says the message is clean\r
57 X-BeenThere: notmuch@notmuchmail.org\r
58 X-Mailman-Version: 2.1.13\r
59 Precedence: list\r
60 List-Id: "Use and development of the notmuch mail system."\r
61         <notmuch.notmuchmail.org>\r
62 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
64 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
65 List-Post: <mailto:notmuch@notmuchmail.org>\r
66 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
67 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
68         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
69 X-List-Received-Date: Sun, 02 Feb 2014 18:17:59 -0000\r
70 \r
71 \r
72 Patches 1-4 basically LGTM but patch 1 needs to be rebased since all the\r
73 tests were renamed. I have a couple of minor comments on patches 2 and 3\r
74 that I will send separately.\r
75 \r
76 Best wishes\r
77 \r
78 Mark\r
79 \r
80 \r
81 On Sat, 30 Nov 2013, Jani Nikula <jani@nikula.org> wrote:\r
82 > This is v2 of id:cover.1381948853.git.jani@nikula.org with more polish.\r
83 >\r
84 > Patches 1-4 do prep work to fix some of the differences in the parsers\r
85 > in advance. Arguably they are not that bad regardless of the parser\r
86 > change.\r
87 >\r
88 > Patches 5-6 actually make the change. Having two patches is a somewhat\r
89 > artificial division, but perhaps makes it easier to review.\r
90 >\r
91 > Patch 7 is just a hack to make perf tests not ignore so many mails... we\r
92 > have quite a bit of non-emails in the corpus by gmime parser\r
93 > standards. And this illustrates one of the differences in the parsers.\r
94 >\r
95 >\r
96 > BR,\r
97 > Jani.\r
98 >\r
99 > Jani Nikula (7):\r
100 >   cli: sanitize tabs and newlines to spaces in notmuch search\r
101 >   cli: refactor reply from guessing\r
102 >   util: make sanitize string available in string util for reuse\r
103 >   cli: sanitize the received header before scanning for replies\r
104 >   lib: replace the header parser with gmime\r
105 >   lib: parse messages only once\r
106 >   HACK: fix broken messages in the perf test corpus\r
107 >\r
108 >  lib/database.cc                   |   6 +-\r
109 >  lib/index.cc                      |  70 +-------\r
110 >  lib/message-file.c                | 351 +++++++++++++-------------------------\r
111 >  lib/message.cc                    |   6 +\r
112 >  lib/notmuch-private.h             |  20 ++-\r
113 >  notmuch-reply.c                   | 186 ++++++++++++--------\r
114 >  notmuch-search.c                  |  17 --\r
115 >  performance-test/perf-test-lib.sh |   4 +\r
116 >  test/search-output                |   2 +-\r
117 >  util/string-util.c                |  22 +++\r
118 >  util/string-util.h                |   7 +\r
119 >  11 files changed, 297 insertions(+), 394 deletions(-)\r
120 >\r
121 > -- \r
122 > 1.8.4.2\r
123 >\r
124 > _______________________________________________\r
125 > notmuch mailing list\r
126 > notmuch@notmuchmail.org\r
127 > http://notmuchmail.org/mailman/listinfo/notmuch\r