Re: [PATCH v2] cli: add a tool for starting new message in the emacs ui
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 7 Apr 2014 03:59:59 +0000 (20:59 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:01:22 +0000 (10:01 -0800)
c4/b4c99c3b4bf5ea61a8a4507347c977e0e3d3d2 [new file with mode: 0644]

diff --git a/c4/b4c99c3b4bf5ea61a8a4507347c977e0e3d3d2 b/c4/b4c99c3b4bf5ea61a8a4507347c977e0e3d3d2
new file mode 100644 (file)
index 0000000..0d25c53
--- /dev/null
@@ -0,0 +1,103 @@
+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 DE312431FC0\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 21:00:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 MUqHZ0dqUTxW for <notmuch@notmuchmail.org>;\r
+       Sun,  6 Apr 2014 21:00:12 -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 CCFBF431FBF\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Apr 2014 21:00:11 -0700 (PDT)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id 7E3332E5105C;\r
+       Sun,  6 Apr 2014 21:00:03 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-107-185-189-81.socal.res.rr.com\r
+       [107.185.189.81]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id 388C62E51071;\r
+       Sun,  6 Apr 2014 21:00:02 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id A4C2160187; Sun,  6 Apr 2014 21:00:01 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org,\r
+       Tomi Ollila <tomi.ollila@iki.fi>\r
+Subject: Re: [PATCH v2] cli: add a tool for starting new message in the emacs\r
+       ui\r
+In-Reply-To: <1396799003-14855-1-git-send-email-jani@nikula.org>\r
+References: <m2bnx1duv7.fsf@guru.guru-group.fi>\r
+       <1396799003-14855-1-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.17+174~gaa1f476 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 06 Apr 2014 20:59:59 -0700\r
+Message-ID: <874n25pz5s.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, 07 Apr 2014 04:00:20 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+On Sun, Apr 06 2014, Jani Nikula <jani@nikula.org> wrote:\r
+> Add a tool to start composing an email in the Notmuch Emacs UI with\r
+> the specified subject, recipients, and message body.\r
+\r
+Hey, Jani.  You might be interested in checking out a patch I submitted\r
+a while back to support "mailto:" urls in notmuch-mua.el:\r
+\r
+id:1327865624-7673-1-git-send-email-jrollins@finestructure.net\r
+\r
+That, combined with your new ui interface would make handling mailto:\r
+urls in say browsers very convenient, e.g.:\r
+\r
+  ELISP="(notmuch-mua-mailto \"$URL\")"\r
+\r
+for:\r
+\r
+  notmuch-emacs-mua mailto:foo@example.com\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1\r
+\r
+iQIcBAEBCAAGBQJTQiK/AAoJEO00zqvie6q8+hAP/1eMdGxLzm0jEbR3kwd/Ul8s\r
+7IFw761AIHe5Hii8BLSexAh5XMV0HsAjQmMilpRtgAo6g7bdhFRX/pK6WBOl9w+a\r
+YNcagQTFiCd9L80GSY/mSBlo258zgNltNZTnZzt11epE5VzcsByT6yYjq/3M1WmE\r
+sAgqdbA0sv5aGfn5ejhdbPxXtnOjyto0XMwYS7aB/4iEDHbDs65ofdQILsSpMCOV\r
+jO4D2H5zws2BeVk3k/fq30XMaFqKzi4zh7FVipXPPl2dccytKR3OMMHizFAdzrir\r
+99Ob1uk6EoS8VfnorlFl/Pm7M1FHK/Hw50Rq04sxWf5eV2CyK2DtHqnc4WuANPPj\r
+Fz/I3wVtuKfKg9Ev/FID2ri83qH+S/2MQgg88P66QkJhKvSGGw3xnTGv9LcEhsKd\r
+GhUnbT6BlBbbFqDcTM1s/6oQXB/kSItiraVDbeHn/X65hYMOVIDU9GJYop5oGKoG\r
+JIbcCekGsy4mTerbN030xng+xWC+E4aD3E8KY58Opa/76dU+n5vLemErBt2kiaTr\r
+/rTvWfGhVV3SF7juLYeLDsDmvHfnQZVfDAC5anNwx1uv+SYvKy8SbDlM0GrkyNA0\r
+FPJNZkgRtijVaciNqvgdawTs8zn2cz8gM35W+UAqnCy6+1TwGMX1fjsjFcJPEkGr\r
+upZPW7FbD7rotALtGNEJ\r
+=swbH\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r