Re: [PATCH 2/2] emacs: new mua mailto: URI handler
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 30 Jan 2012 17:36:58 +0000 (09:36 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:43 +0000 (09:43 -0800)
67/475f063116bc5771f179f51b419290af0ab420 [new file with mode: 0644]

diff --git a/67/475f063116bc5771f179f51b419290af0ab420 b/67/475f063116bc5771f179f51b419290af0ab420
new file mode 100644 (file)
index 0000000..b5bb0e3
--- /dev/null
@@ -0,0 +1,99 @@
+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 059D5431E64\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:37:13 -0800 (PST)\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 i+uvQ4-PxZ77 for <notmuch@notmuchmail.org>;\r
+       Mon, 30 Jan 2012 09:37:12 -0800 (PST)\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 06431431FBC\r
+       for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 09:37:12 -0800 (PST)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id 134BE2E50502;\r
+       Mon, 30 Jan 2012 09:37:09 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
+       [76.174.137.84]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id 751442E50E5F;\r
+       Mon, 30 Jan 2012 09:37:01 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id E97B3885; Mon, 30 Jan 2012 09:37:00 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: David Edmondson <dme@dme.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH 2/2] emacs: new mua mailto: URI handler\r
+In-Reply-To: <cunmx95jiwh.fsf@hotblack-desiato.hh.sledj.net>\r
+References: <1327865624-7673-1-git-send-email-jrollins@finestructure.net>\r
+       <1327865624-7673-2-git-send-email-jrollins@finestructure.net>\r
+       <cunmx95jiwh.fsf@hotblack-desiato.hh.sledj.net>\r
+User-Agent: Notmuch/0.11+128~g6f388fa (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 30 Jan 2012 09:36:58 -0800\r
+Message-ID: <87sjixw0qt.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: Mon, 30 Jan 2012 17:37:13 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Mon, 30 Jan 2012 15:43:10 +0000, David Edmondson <dme@dme.org> wrote:\r
+> On Sun, 29 Jan 2012 11:33:44 -0800, Jameson Graef Rollins <jrollins@fines=\r
+tructure.net> wrote:\r
+> > The new function 'notmuch-mua-mailto' provides an interactive handler\r
+> > for rfc6068 "mailto:" URIs.  It attempts to implement the rfc6068\r
+> > specification: http://tools.ietf.org/html/rfc6068\r
+>=20\r
+> How is this expected to be used? I know generally about how mailto: URIs\r
+> are used, but not how they are currently plumbed in with an Emacs MUA.\r
+\r
+I use a variant of the following as my browser mailto url handler:\r
+\r
+  #!/bin/sh\r
+  emacsclient --eval "(notmuch-mua-mailto \"$@\")"\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJPJtU6AAoJEO00zqvie6q8btcP/0H+g+UZOAqWwEuPhzU5ppOY\r
+hRs8ojJ1fTmappG1atbMw7nJy9/h56RY4rpsZnh2WEEd2DILJHu7KGrHgp3AreVY\r
+Z2UtWTEH38N1/E3qC8Ythv4gucm9y/yHf4NYSTLcD6P9pO329sSngE4b93rBjNmQ\r
+coVn/D6SwXYsBkl4y/Mvss/JQwnSeUTGQ3KjiefkkP3LdoUKi6qKAKxXJVcfzb6L\r
+sWVbPtOAKdzQbHCNurz76QDihzf3KJpfCzLiIagQ9FQMdWnNxUgtR2NpRbgnAykd\r
+3MjkecnTxf+QXJIifTZ+Ak9agineZjl6bUCbc0XkCC/NKUV0soQU5ubR2Bem2GjR\r
+CqRUUOzm2VM9BvhzLU1VwuI9eAvqQBGiv08UhKAlmttMrsxxxbwImXlLW6rZW1O7\r
+wIyUGSWXkdbTLp8iQ/9xq3SdE0SO/ONERtnQBk6Aqduwb+qStR8hy1dV5zhVouQv\r
+EVoCVVsbHA2QjmBZie/zAX4i6dDUxLPI6IJVQam1OpMjU4JQ1Bb4AYGn2lpQlJan\r
+BKR1oSR5QPKRpuiZ5XeQfL3LXGa5veZLd89lk1HFYVX4SqZnrTMHeSWwRx6FC9uF\r
+qAf75uj2oXZYXbQlnnV/heAK0nqRghYiLUHFtm/zmNOX0vlg8pQGdbRXMpLd8y3w\r
+vEmtxzKW1dXw+o7kYJ0t\r
+=dEwL\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r