Re: [PATCH 00/17] nmbug-status: Python-3-compabitility and general refactoring
[notmuch-archives.git] / a1 / 1f72350ca21521cb900de5ccd1c9416bec993b
1 Return-Path: <dme@dme.org>\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 C05DC431FB6\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:22:15 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 Hf0T-JwxdTfb for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 23:22:15 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 429BD431FAF\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:22:15 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so182800wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:22:14 -0800 (PST)\r
24 Received: by 10.180.97.166 with SMTP id eb6mr1454926wib.5.1327562534188;\r
25         Wed, 25 Jan 2012 23:22:14 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id n3sm9581490wiz.9.2012.01.25.23.22.12\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 25 Jan 2012 23:22:13 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 0E2CD9FE67; Thu, 26 Jan 2012 07:22:11 +0000 (GMT)\r
33 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
34 Subject: Re: [PATCH 3/4 v2] test: Add test for Original Message hiding at\r
35         point-min.\r
36 In-Reply-To: <87liovhdob.fsf@gmail.com>\r
37 References: <1327503908-17226-1-git-send-email-dme@dme.org>\r
38         <1327506328-22126-1-git-send-email-dme@dme.org>\r
39         <1327506328-22126-4-git-send-email-dme@dme.org>\r
40         <87liovhdob.fsf@gmail.com>\r
41 User-Agent: Notmuch/0.11+114~g550724b (http://notmuchmail.org) Emacs/24.0.92.1\r
42         (x86_64-pc-linux-gnu)\r
43 From: David Edmondson <dme@dme.org>\r
44 Date: Thu, 26 Jan 2012 07:22:07 +0000\r
45 Message-ID: <cunty3jkjxc.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 26 Jan 2012 07:22:15 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 I've applied changes in accordance with all of the feedback in this mail\r
68 and the others, except for...\r
69 \r
70 On Wed, 25 Jan 2012 21:53:08 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmai=\r
71 l.com> wrote:\r
72 > > +  (let ((notmuch-show-insert-text/plain-hook '(notmuch-wash-excerpt-ci=\r
73 tations))\r
74 >=20\r
75 > Do we have to override the default value here?  I thought\r
76 > notmuch-wash-excerpt-citations was enabled by default.\r
77 \r
78 It avoids potential confusion over where the problem lies.\r
79 \r
80 > [...]\r
81 >=20\r
82 > IMO writing the test in lisp does not give any benefit in this case.\r
83 > Quite the opposite: a simple test is split in two files and becomes more\r
84 > complex.\r
85 >=20\r
86 > But since we accepted this way of writing tests and you seem to prefer\r
87 > it, I would not argue about changing it.\r
88 \r
89 You're right - it's simpler in the original style here, so v3 switches\r
90 to that.\r
91 \r
92 --=-=-=\r
93 Content-Type: application/pgp-signature\r
94 \r
95 -----BEGIN PGP SIGNATURE-----\r
96 Version: GnuPG v1.4.11 (GNU/Linux)\r
97 \r
98 iEYEARECAAYFAk8g/x8ACgkQaezQq/BJZRZ7kgCfafkhNjUuQwzFyZgjLuDdr1ym\r
99 FVMAn1IvC+lhLOBo8Vh9Lix98svO9TFZ\r
100 =y6wt\r
101 -----END PGP SIGNATURE-----\r
102 --=-=-=--\r