Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E7388429E26 for ; Tue, 18 Oct 2011 08:16:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.29 X-Spam-Level: X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HUhc4Cph3Eex for ; Tue, 18 Oct 2011 08:16:22 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 49BE3429E25 for ; Tue, 18 Oct 2011 08:16:22 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id C2F8566E010A; Tue, 18 Oct 2011 08:16:21 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com [76.174.136.149]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id E89BA66E02AD; Tue, 18 Oct 2011 08:16:15 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 85C761040; Tue, 18 Oct 2011 08:16:15 -0700 (PDT) From: Jameson Graef Rollins To: Thomas Schwinge Subject: Re: [PATCH] emacs: Modify notmuch-show-get-message-id to return message-id unprefixed with "id:". In-Reply-To: <87ehykflzw.fsf@kepler.schwinge.homeip.net> References: <87mxdabyy8.fsf@washington.ligo-wa.caltech.edu> <1318199748-25058-1-git-send-email-jrollins@finestructure.net> <87ehykflzw.fsf@kepler.schwinge.homeip.net> User-Agent: Notmuch/0.9-15-g937a514 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Tue, 18 Oct 2011 08:16:12 -0700 Message-ID: <87obxee3er.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Cc: Notmuch Mail X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2011 15:16:24 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Tue, 11 Oct 2011 01:46:43 +0200, Thomas Schwinge = wrote: > On Sun, 9 Oct 2011 15:35:48 -0700, Jameson Graef Rollins wrote: > > (defun notmuch-show-get-message-id () > > "Return the message id of the current message." > > - (concat "id:\"" (notmuch-show-get-prop :id) "\"")) > > + (concat "\"" (notmuch-show-get-prop :id) "\"")) >=20 > Shouldn't the double quotes be removed here, too? (And be re-added in > the other places where id: is added.) Yes, I think you're right Thomas. Afaik emacs doesn't need any kind of escaping when storing strings internally. I'll tweak that and resubmit the patch. jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOnZg9AAoJEO00zqvie6q85ecP/RZMdsHrF4I2xcLozRHN5erY XUatZdW53rg3CTaVXn5PzlFhKW3Fi3386VaTXgiwKweQxw+HF7ICF4s53Iu1t2QB tYc386z8YXJ8VzsTwp/UxqaCF1upokCfIOTcKXMk0iakJ/JJmkWAyGKKQESq3Dcu KsHwBplWS2uN1GVfADKafeercjiiQEx0XAf2AAquE0GWtLSvHaE+bp8bw8LU0BnR 5B07+i0jWDTUJCkEb3DKgNCz792Wu9CCaEMBL1fIX2FGM57mTUmXcvyoCa90D0Fp kY77nYKXJAYQolKC45bPzCjLmUW3TP1kRmq1LxhkJKKbsT5e+4S2oRHgkLE/wXBK UXbqzuBviDyQi0ggwyQa5qDMrOXBle2ZJTF7GeSm2Y0/Wx2iKwj0QVp09j/kZsr6 zS4IxuHGs5KUvsTHbYrVwGSpcjR7LKi/o/4jy9bC8yBeWQY9gvo1XP1RLKrZGrAF FzOBLsYvkoSMDuj6OGsMxAyskWVudMfxuAlkMvhKFlWE4iNEeNwN9DeisH/SJ434 +h0P4d6Mmg/CLL74/DYAOwvTJp1WGQzYM1HVOQxVQx/uei1fPskk7f8oq7r5jhRr ZNQopnaBtlIjtbiF6ZmVXy2i1RT3ayeOx522Rot6al6LSN8jMtV9/7tVv1YhEB3A 4BUeuLnzWWalU5dAiued =TdOl -----END PGP SIGNATURE----- --=-=-=--