Re: Error with contrib/notmuch-pick
[notmuch-archives.git] / be / b4b6f1b348456dfdb41572b4c4418c5a9d75a2
1 Return-Path: <jrollins@finestructure.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 olra.theworths.org (Postfix) with ESMTP id 96915431FBC\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Mar 2012 10:27:38 -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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 sbowF7vPQOpC for <notmuch@notmuchmail.org>;\r
16         Thu,  8 Mar 2012 10:27:34 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id C8628431FB6\r
20         for <notmuch@notmuchmail.org>; Thu,  8 Mar 2012 10:27:34 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 2FA0566E021A;\r
23         Thu,  8 Mar 2012 10:27:34 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (DHCP-123-180.caltech.edu [131.215.123.180])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id D7B5066E01E2;\r
28         Thu,  8 Mar 2012 10:27:24 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 41FC69DE; Thu,  8 Mar 2012 10:27:24 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Bremner <david@tethera.net>, Austin Clements <amdragon@MIT.EDU>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: Parsing regression with gmime-2.6?\r
35 In-Reply-To: <87wr6xmlml.fsf@zancas.localnet>\r
36 References: <87d38w2e7h.fsf@zancas.localnet>\r
37         <1331058417-13776-1-git-send-email-amdragon@mit.edu>\r
38         <87wr6xmlml.fsf@zancas.localnet>\r
39 User-Agent: Notmuch/0.11.1+264~gb8fb66b (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Thu, 08 Mar 2012 10:27:21 -0800\r
42 Message-ID: <87fwdj6j92.fsf@servo.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 Cc: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 08 Mar 2012 18:27:38 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Tue, 06 Mar 2012 18:04:50 -0400, David Bremner <david@tethera.net> wrote:\r
65 > There seems to be something weird going on with gmime-2.6; maybe we\r
66 > didn't catch some api change?=20\r
67 >=20\r
68 > I noticed a surprising number of messages failing to parse, so I wrote a\r
69 > script to take a random sample of 1000 messages and run notmuch show on\r
70 > them. A shocking 650 to 700 of them fail to parse with gmime-2.6. No\r
71 > failures are reported with gmime-2.4.\r
72 \r
73 This *is* shockingly high, and very confusing.  Somehow all of the tests\r
74 pass?  That's very strange, particularly since there are enough real\r
75 messages used in the tests that we should experience at least one of\r
76 these failures, right?  Is there really nothing special about the\r
77 messages that are failing to parse?  Your later patches seem to indicate\r
78 that this has something to do with mbox, although you don't mention that\r
79 hear.\r
80 \r
81 I thought I had been using gmime-2.6 for the last month, so I was very\r
82 skeptical of this issue.  Unfortunately I just found a bug in the\r
83 configure script [0] that meant I had actually been using gmime-2.4.\r
84 However, since fixing things and actually using gmime-2.6 now, I still\r
85 don't see any problems.\r
86 \r
87 If the problem is specific to mbox, which we explicitly don't support, I\r
88 don't think this is tragic enough to warrant removing gmime-2.6 as a\r
89 dependency satisfier for 0.12 in Debian.  In an event, a more explicit\r
90 description of the problem you're seeing would be helpful.\r
91 \r
92 jamie.\r
93 \r
94 [0] id:"1331225101-24385-1-git-send-email-jrollins@finestructure.net"\r
95 \r
96 --=-=-=\r
97 Content-Type: application/pgp-signature\r
98 \r
99 -----BEGIN PGP SIGNATURE-----\r
100 Version: GnuPG v1.4.11 (GNU/Linux)\r
101 \r
102 iQIcBAEBCAAGBQJPWPoKAAoJEO00zqvie6q8pVgP/17SDeP2jDMIhsJjR5y46Zj5\r
103 69FWm0xq2olcXaQfDzLmEOcYZ6gfIvSDeySlZxLi6Q6NKrrNqVo/uphCVWgsHTeB\r
104 7UuuZcKP3BEyhk6lNAdQxp4t6ctU7Wu1JyZEOkzFgeoFqkBo8njYyAFO944/ooh0\r
105 oYM3vGsP4S2bH5u/XV6t03WDgkFWLX4phO2pR0GmDkbSDjYcy7t4h0ELA+4ayvbE\r
106 4RY8w/mugHl6qqbq6KlSUkdksokYVXGqSUc0T6IlWz4iaSMZNpF9TYiZ6z9bQod1\r
107 Z5cKzkCzAa79Q/Dt1DNy//DgSh1FJNZSMGYLctnK8stznaW+3Eyt5dZaffdwLBxq\r
108 95FLc/IJvtzWW3azeLHQ+/Tt0ee5Tr1WbpLsfGd/i5QQvvTgVk1qA4JFL3pqqEDz\r
109 lYKjQdozMu/N8U+nf7kX7XNDWz9mLP5eSqIQKXi1Y/6EVIMmp6JQQYyIB9QS0gG8\r
110 dN4nwWwWkP29DfdiTI1ZZlF59cqio2SF5RGLCF256WML144OqqrpwtlHC4mW0Hua\r
111 dBB19CCCBbFwuoAAokSTDGtRquz3ZGOWHIca811YUAyufzA7IRQvBoyc2f+T8zZl\r
112 ogIXsRYwnIFxT7/ETAwYDBTL0VxAHdGErEzSK9gr5v1yfAV3uyDhPN0UDBk0MTHc\r
113 q6+B43JtgnIrbSdRO0Xp\r
114 =WDWa\r
115 -----END PGP SIGNATURE-----\r
116 --=-=-=--\r