Re: [PATCH] emacs: Modify notmuch-show-get-message-id to return message-id unprefixed...
authorThomas Schwinge <thomas@schwinge.name>
Mon, 10 Oct 2011 23:46:43 +0000 (01:46 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:39 +0000 (09:39 -0800)
ab/38dcbd6b8ed0c69c79e24a2064c838f2b6eb29 [new file with mode: 0644]

diff --git a/ab/38dcbd6b8ed0c69c79e24a2064c838f2b6eb29 b/ab/38dcbd6b8ed0c69c79e24a2064c838f2b6eb29
new file mode 100644 (file)
index 0000000..1f132f1
--- /dev/null
@@ -0,0 +1,94 @@
+Return-Path: <thomas@schwinge.name>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C623F429E27\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 16:46:55 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id riFc-DOAjs+7 for <notmuch@notmuchmail.org>;\r
+       Mon, 10 Oct 2011 16:46:55 -0700 (PDT)\r
+Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de\r
+       [80.67.31.102])\r
+       by olra.theworths.org (Postfix) with ESMTP id CF6BF429E21\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 16:46:54 -0700 (PDT)\r
+Received: from [87.180.87.168] (helo=stokes.schwinge.homeip.net)\r
+       by smtprelay06.ispgateway.de with esmtpa (Exim 4.68)\r
+       (envelope-from <thomas@schwinge.name>) id 1RDPYb-0004sB-Gf\r
+       for notmuch@notmuchmail.org; Tue, 11 Oct 2011 01:46:53 +0200\r
+Received: (qmail 3411 invoked from network); 10 Oct 2011 23:46:46 -0000\r
+Received: from kepler.schwinge.homeip.net (192.168.111.7)\r
+       by stokes.schwinge.homeip.net with QMQP; 10 Oct 2011 23:46:46 -0000\r
+Received: (nullmailer pid 26709 invoked by uid 1000);\r
+       Mon, 10 Oct 2011 23:46:46 -0000\r
+From: Thomas Schwinge <thomas@schwinge.name>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>\r
+Subject: Re: [PATCH] emacs: Modify notmuch-show-get-message-id to return\r
+       message-id unprefixed with "id:".\r
+In-Reply-To: <1318199748-25058-1-git-send-email-jrollins@finestructure.net>\r
+References: <87mxdabyy8.fsf@washington.ligo-wa.caltech.edu>\r
+       <1318199748-25058-1-git-send-email-jrollins@finestructure.net>\r
+User-Agent: Notmuch/0.9_rc1-124-gd98bfaf (http://notmuchmail.org) Emacs/23.3.1\r
+       (i486-pc-linux-gnu)\r
+Date: Tue, 11 Oct 2011 01:46:43 +0200\r
+Message-ID: <87ehykflzw.fsf@kepler.schwinge.homeip.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Df-Sender: dGhvbWFzQHNjaHdpbmdlLm5hbWU=\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 10 Oct 2011 23:46:56 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+Hi!\r
+\r
+On Sun,  9 Oct 2011 15:35:48 -0700, Jameson Graef Rollins <jrollins@finestr=\r
+ucture.net> wrote:\r
+>  (defun notmuch-show-get-message-id ()\r
+>    "Return the message id of the current message."\r
+> -  (concat "id:\"" (notmuch-show-get-prop :id) "\""))\r
+> +  (concat "\"" (notmuch-show-get-prop :id) "\""))\r
+\r
+Shouldn't the double quotes be removed here, too?  (And be re-added in\r
+the other places where id: is added.)\r
+\r
+\r
+Gr=C3=BC=C3=9Fe,\r
+ Thomas\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQEcBAEBAgAGBQJOk4PjAAoJEGe3hdm9kOiiWbAH/A3wes95JggD7oynP1WkK4Ko\r
+M5uL6TwmB4KbxEzMG25XjEFHuZrC/MKsBkZ4DqlVWDuUW/35UEN+aejZqS9fahzu\r
+kk0OaoXYxGyQEeqFUx6R1Px9weTj92O4KfMqcf5ZsUCAJCbmK3BIyvew12uWxRhO\r
+/Vsx7mSD44jP9TEusk1YRaRGMRCBIcrHZ0aRwzZelJNmkRnpwARxNZ9ii3UyyCEx\r
+7pvsj73Vu3HeeqlXG8Upuou3b6KnARwnubqEUwYQ0n45Iy+Ws+6pwvVviyAtt9iR\r
+AYa+HxqPeohA/rRTXXDqYP3F9FtFweHz3MUe5MNBJFGv/il6nBiMGHnNq1WRRKQ=\r
+=aEvt\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r