Re: [PATCH 2/2] emacs: Improve the regexp used to match id:'s in messages
authorJameson Graef Rollins <jrollins@finestructure.net>
Fri, 2 Nov 2012 19:27:18 +0000 (12:27 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:16 +0000 (09:50 -0800)
61/6fd8fe59d95ea69550255c83f4b6da2961cec3 [new file with mode: 0644]

diff --git a/61/6fd8fe59d95ea69550255c83f4b6da2961cec3 b/61/6fd8fe59d95ea69550255c83f4b6da2961cec3
new file mode 100644 (file)
index 0000000..95721b7
--- /dev/null
@@ -0,0 +1,105 @@
+Return-Path: <jrollins@finestructure.net>\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 118F4431FAF\r
+       for <notmuch@notmuchmail.org>; Fri,  2 Nov 2012 12:27:30 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 EYbVJH2PcfJT for <notmuch@notmuchmail.org>;\r
+       Fri,  2 Nov 2012 12:27:29 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 361CA431FAE\r
+       for <notmuch@notmuchmail.org>; Fri,  2 Nov 2012 12:27:29 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 9F7E366E01BE;\r
+       Fri,  2 Nov 2012 12:27:26 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (DHCP-123-194.caltech.edu [131.215.123.194])\r
+       (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 737A566E0107;\r
+       Fri,  2 Nov 2012 12:27:21 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 4F6CF6164E; Fri,  2 Nov 2012 12:27:21 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Sascha Silbe <sascha-ml-reply-to-2012-4@silbe.org>,\r
+       Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] emacs: Improve the regexp used to match id:'s in\r
+       messages\r
+In-Reply-To: <toetxt9bexl.fsf@twin.sascha.silbe.org>\r
+References: <1351650561-7331-1-git-send-email-amdragon@mit.edu>\r
+       <1351650561-7331-3-git-send-email-amdragon@mit.edu>\r
+       <toetxt9bexl.fsf@twin.sascha.silbe.org>\r
+User-Agent: Notmuch/0.14+73~g0981b4f (http://notmuchmail.org) Emacs/23.4.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 02 Nov 2012 12:27:18 -0700\r
+Message-ID: <87a9uz4xgp.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\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: Fri, 02 Nov 2012 19:27:30 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Thu, Nov 01 2012, Sascha Silbe <sascha-ml-reply-to-2012-4@silbe.org> wro=\r
+te:\r
+> Since you're already at it, please extend it to accept RFC2392 [1]\r
+> syntax for message URLs:\r
+>\r
+>      mid-url       =3D "mid" ":" message-id [ "/" content-id ]\r
+>\r
+> The id: syntax is non-standard (i.e. specific to notmuch).\r
+>\r
+> Sascha\r
+>\r
+> [1] http://www.ietf.org/rfc/rfc2392.txt\r
+\r
+Holy crap!  There's an RFC that specifies a URL scheme for message-ids??\r
+From=201998??  Very cool.  We definitely need to support that.  Does\r
+anything else support this?\r
+\r
+I don't see any reason we couldn't support the "cid" schemes as well.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJQlB6WAAoJEO00zqvie6q83mUP/0OXqzS5A249mYJ5ytDRPptU\r
+/Kb0Pd+MryvXZiCn+TfMMcyIEeWhdP7g9nisZ2wzxs/5BXMsO6+hkZdERfWBFtjY\r
+VuRWQEA96h73oZfKdyIsdwZja32A8oHDyUJdaPzvdi9Iq3cb5O4VkX0MBEsH0/I5\r
+SW5QDCWNiMyjkVHV3frzP4o1jwkJlnGvtRAvoFJC4AK5/ul4UAfxu/jWAVv/bW1F\r
+ozj66DIoZ5ee6KTH1O19l8Ub8zr687zV48OzfYZGsajqSC12ZL1U0Sp4vUTLqIB1\r
+E8KYIcjQ0PPNyY1HekiHVkw5ianVVIsQFDjujxWj0f+VK5Y8dBWGDUguTAdx4iD6\r
+A3IEibUCvvbmX8vcOiFk/dHpgYmiYKOwIVeDlKJJypcj27YtytCB285OZ0q3BuCE\r
+RdgYuCjVfvyToAd+xkAvJ4Tl5W1/1xFqg0ZdNvUHDA8oRjiyTzFlxEb/hOPp2Zxz\r
+l1zezdoMImtWcJl0NcrujNgWUt0V5ihi/g6BkHRcdeSV4O/00dU254kzSxAhZtcb\r
+/MqfILwM3bpvxKmM+dJz9qWb2uttk3YiriID3RiUKHpxX1iPcs0Vwj/Sj6gU0KBI\r
+noqY1te8s8JRYLbKNNBYnD2bDpVD+MBkF3bhc21fmsMdk3zwmBXcDDeTqGTU6nq4\r
+Xx61AeOLGeyPVga9x0X4\r
+=xcnv\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r