Re: [WIP PATCH] emacs: query: completion for from: in searches
[notmuch-archives.git] / a3 / f3af9be21c528615478f029629e7217cf07eb9
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 E7388429E26\r
6         for <notmuch@notmuchmail.org>; Tue, 18 Oct 2011 08:16:23 -0700 (PDT)\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 HUhc4Cph3Eex for <notmuch@notmuchmail.org>;\r
16         Tue, 18 Oct 2011 08:16:22 -0700 (PDT)\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 49BE3429E25\r
20         for <notmuch@notmuchmail.org>; Tue, 18 Oct 2011 08:16:22 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id C2F8566E010A;\r
23         Tue, 18 Oct 2011 08:16:21 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
26         [76.174.136.149]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id E89BA66E02AD;\r
28         Tue, 18 Oct 2011 08:16:15 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 85C761040; Tue, 18 Oct 2011 08:16:15 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Thomas Schwinge <thomas@schwinge.name>\r
33 Subject: Re: [PATCH] emacs: Modify notmuch-show-get-message-id to return\r
34         message-id unprefixed with "id:".\r
35 In-Reply-To: <87ehykflzw.fsf@kepler.schwinge.homeip.net>\r
36 References: <87mxdabyy8.fsf@washington.ligo-wa.caltech.edu>\r
37         <1318199748-25058-1-git-send-email-jrollins@finestructure.net>\r
38         <87ehykflzw.fsf@kepler.schwinge.homeip.net>\r
39 User-Agent: Notmuch/0.9-15-g937a514 (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Tue, 18 Oct 2011 08:16:12 -0700\r
42 Message-ID: <87obxee3er.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: Notmuch Mail <notmuch@notmuchmail.org>\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: Tue, 18 Oct 2011 15:16:24 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Tue, 11 Oct 2011 01:46:43 +0200, Thomas Schwinge <thomas@schwinge.name> =\r
65 wrote:\r
66 > On Sun,  9 Oct 2011 15:35:48 -0700, Jameson Graef Rollins <jrollins@fines=\r
67 tructure.net> wrote:\r
68 > >  (defun notmuch-show-get-message-id ()\r
69 > >    "Return the message id of the current message."\r
70 > > -  (concat "id:\"" (notmuch-show-get-prop :id) "\""))\r
71 > > +  (concat "\"" (notmuch-show-get-prop :id) "\""))\r
72 >=20\r
73 > Shouldn't the double quotes be removed here, too?  (And be re-added in\r
74 > the other places where id: is added.)\r
75 \r
76 Yes, I think you're right Thomas.  Afaik emacs doesn't need any kind of\r
77 escaping when storing strings internally.  I'll tweak that and resubmit\r
78 the patch.\r
79 \r
80 jamie.\r
81 \r
82 --=-=-=\r
83 Content-Type: application/pgp-signature\r
84 \r
85 -----BEGIN PGP SIGNATURE-----\r
86 Version: GnuPG v1.4.11 (GNU/Linux)\r
87 \r
88 iQIcBAEBCAAGBQJOnZg9AAoJEO00zqvie6q85ecP/RZMdsHrF4I2xcLozRHN5erY\r
89 XUatZdW53rg3CTaVXn5PzlFhKW3Fi3386VaTXgiwKweQxw+HF7ICF4s53Iu1t2QB\r
90 tYc386z8YXJ8VzsTwp/UxqaCF1upokCfIOTcKXMk0iakJ/JJmkWAyGKKQESq3Dcu\r
91 KsHwBplWS2uN1GVfADKafeercjiiQEx0XAf2AAquE0GWtLSvHaE+bp8bw8LU0BnR\r
92 5B07+i0jWDTUJCkEb3DKgNCz792Wu9CCaEMBL1fIX2FGM57mTUmXcvyoCa90D0Fp\r
93 kY77nYKXJAYQolKC45bPzCjLmUW3TP1kRmq1LxhkJKKbsT5e+4S2oRHgkLE/wXBK\r
94 UXbqzuBviDyQi0ggwyQa5qDMrOXBle2ZJTF7GeSm2Y0/Wx2iKwj0QVp09j/kZsr6\r
95 zS4IxuHGs5KUvsTHbYrVwGSpcjR7LKi/o/4jy9bC8yBeWQY9gvo1XP1RLKrZGrAF\r
96 FzOBLsYvkoSMDuj6OGsMxAyskWVudMfxuAlkMvhKFlWE4iNEeNwN9DeisH/SJ434\r
97 +h0P4d6Mmg/CLL74/DYAOwvTJp1WGQzYM1HVOQxVQx/uei1fPskk7f8oq7r5jhRr\r
98 ZNQopnaBtlIjtbiF6ZmVXy2i1RT3ayeOx522Rot6al6LSN8jMtV9/7tVv1YhEB3A\r
99 4BUeuLnzWWalU5dAiued\r
100 =TdOl\r
101 -----END PGP SIGNATURE-----\r
102 --=-=-=--\r