Re: [WIP PATCH] emacs: query: completion for from: in searches
[notmuch-archives.git] / 3c / 690e28ae70bbcfe3df30ac423db4c7db9f2bdc
1 Return-Path: <thomas@schwinge.name>\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 CDBC2431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 02:55:04 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 0XzYKvgTqTpL for <notmuch@notmuchmail.org>;\r
16         Sun, 30 Jan 2011 02:55:04 -0800 (PST)\r
17 Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de\r
18         [80.67.31.28])\r
19         by olra.theworths.org (Postfix) with ESMTP id 05DA6431FB5\r
20         for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 02:55:03 -0800 (PST)\r
21 Received: from [87.180.51.55] (helo=stokes.schwinge.homeip.net)\r
22         by smtprelay01.ispgateway.de with esmtpa (Exim 4.68)\r
23         (envelope-from <thomas@schwinge.name>) id 1PjUvu-0003qB-Ox\r
24         for notmuch@notmuchmail.org; Sun, 30 Jan 2011 11:55:03 +0100\r
25 Received: (qmail 17400 invoked from network); 30 Jan 2011 10:54:47 -0000\r
26 Received: from kepler.schwinge.homeip.net (192.168.111.7)\r
27         by stokes.schwinge.homeip.net with QMQP; 30 Jan 2011 10:54:47 -0000\r
28 Received: (nullmailer pid 3753 invoked by uid 1000);\r
29         Sun, 30 Jan 2011 10:54:47 -0000\r
30 From: Thomas Schwinge <thomas@schwinge.name>\r
31 To: Matthieu Lemerre <racin@free.fr>, Carl Worth <cworth@cworth.org>,\r
32         notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] Add a few tests for searching LWN emails.\r
34 In-Reply-To: <87r5bvn7rk.fsf@free.fr>\r
35 References: <1296124309-20072-1-git-send-email-thomas@schwinge.name>\r
36         <87vd18n6j9.fsf@yoom.home.cworth.org> <87r5bvn7rk.fsf@free.fr>\r
37 User-Agent: Notmuch/0.5-33-g665f77b (http://notmuchmail.org) Emacs/23.2.1\r
38         (i486-pc-linux-gnu)\r
39 Date: Sun, 30 Jan 2011 11:54:46 +0100\r
40 Message-ID: <874o8qpsp5.fsf@kepler.schwinge.homeip.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: multipart/signed; boundary="=-=-=";\r
43         micalg=pgp-sha1; protocol="application/pgp-signature"\r
44 X-Df-Sender: thomas@schwinge.name\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 30 Jan 2011 10:55:04 -0000\r
58 \r
59 --=-=-=\r
60 Content-Type: text/plain; charset=utf-8\r
61 Content-Transfer-Encoding: quoted-printable\r
62 \r
63 Hallo!\r
64 \r
65 On Sat, 29 Jan 2011 14:45:19 +0100, Matthieu Lemerre <racin@free.fr> wrote:\r
66 > I had already reported this problem in id:"87ipzvk2xh.fsf@free.fr".\r
67 \r
68 Oh, I see!\r
69 \r
70 > Recent versions of GMime perform more robust parsing that fix the\r
71 > problem, but unfortunately debian only ship old versions of the package.\r
72 \r
73 In this case, I'm not eager to work around this issue in notmuch -- this\r
74 would only complicate the local code, and yet would be redundand in some\r
75 months.  (Your mileage may vary.)  That is, we already do rely on the\r
76 GMIME library for this parsing (etc.), so that's the place where this\r
77 issue needs to be fixed (and has been).  Hopefully, after the imminent\r
78 Debian release, the version of the library will be updated, or someone\r
79 (we, I guess) will propose backporting this patch, and get it accepted.\r
80 (Which may be non-trivial, as that wasn't a simple patch, but instead\r
81 sort of a parser re-write, as I understood it.)\r
82 \r
83 \r
84 > I don't believe we will be able to make all people from whom we receive\r
85 > email always send RFC2822-compliant email addresses :)\r
86 \r
87 Indeed.  :-)\r
88 \r
89 \r
90 Gr=C3=BC=C3=9Fe,\r
91  Thomas\r
92 \r
93 \r
94 PS: Matthieu, interesting how peoples' (that is, our) paths cross again.\r
95 :-)\r
96 \r
97 --=-=-=\r
98 Content-Type: application/pgp-signature\r
99 \r
100 -----BEGIN PGP SIGNATURE-----\r
101 Version: GnuPG v1.4.10 (GNU/Linux)\r
102 \r
103 iQEcBAEBAgAGBQJNRUN2AAoJEGe3hdm9kOiikI4IAJIDMR5n6pHXiq6yp5csRByZ\r
104 iz7TjjX6mw8nURjUzM3Y2G1dBT3UZ/8QrqTQDhvq/8S1/F7p7SHeUo7QyJ4vV+Dq\r
105 H4/U+xyipWDC12vowH2b+xtzHOKuAhp0/Z4rXi8mRS2B7lz6DwDXvSQYAN/6vWSe\r
106 3Zokc9TuRA90Je5oFjsOykXjWw2JJXujgGFwDoigwlTXSuNtrKYylUpTyj1aRG3W\r
107 2ak6ntxWYk/X/HAxglgsB7PMvgdtKYCiR4RzyrCLAQ+H4VzUFym4Xc1i9pavGZQu\r
108 FVWRXWRYVtGJnY1O1AjPxTcOZ23RAxqsjhBzv/AbvnSNdjSSlAWI0ZbXbA4xAQI=\r
109 =UERK\r
110 -----END PGP SIGNATURE-----\r
111 --=-=-=--\r