Re: Handling PATCH from notmuchmail
authorJameson Rollins <jrollins@finestructure.net>
Tue, 23 Nov 2010 15:44:39 +0000 (10:44 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:35 +0000 (09:37 -0800)
c0/aa057cd2fb75cdeb6cfb0a11991c05c42a7785 [new file with mode: 0644]

diff --git a/c0/aa057cd2fb75cdeb6cfb0a11991c05c42a7785 b/c0/aa057cd2fb75cdeb6cfb0a11991c05c42a7785
new file mode 100644 (file)
index 0000000..7aca364
--- /dev/null
@@ -0,0 +1,101 @@
+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 90AEB40DEE3\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Nov 2010 07:45:07 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.19\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
+       autolearn=ham\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 VdMJ8ljJB68R for <notmuch@notmuchmail.org>;\r
+       Tue, 23 Nov 2010 07:44:57 -0800 (PST)\r
+Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
+       by olra.theworths.org (Postfix) with ESMTP id 510FE40DF1D\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Nov 2010 07:44:57 -0800 (PST)\r
+Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
+       [74.66.82.137])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by serrano.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oANFinto010531\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
+       for <notmuch@notmuchmail.org>; Tue, 23 Nov 2010 10:44:51 -0500 (EST)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
+       (envelope-from <jrollins@finestructure.net>) id 1PKv33-0007yH-Rl\r
+       for notmuch@notmuchmail.org; Tue, 23 Nov 2010 10:44:49 -0500\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Handling PATCH from notmuchmail\r
+In-Reply-To: <87mxp0nlkx.fsf@SSpaeth.de>\r
+References: <m2vd3p3u78.fsf@kcals.maillard.im> <87mxp0nlkx.fsf@SSpaeth.de>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Tue, 23 Nov 2010 10:44:39 -0500\r
+Message-ID: <87oc9g3uzc.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-No-Spam-Score: Local\r
+X-Scanned-By: MIMEDefang 2.68 on 128.59.29.6\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: Tue, 23 Nov 2010 15:45:07 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Tue, 23 Nov 2010 15:47:26 +0100, Sebastian Spaeth <Sebastian@SSpaeth.de>=\r
+ wrote:\r
+> On Mon, 22 Nov 2010 22:49:15 +0100, Xavier Maillard <xma@gnu.org> wrote:\r
+> > out of curiosity, how hackers on this mailing list and using notmuch\r
+> > (through GNU Emacs client if at all) do handle all the patches sent here\r
+>=20\r
+> cF to stash the filename and\r
+> then switch to shell and do=20\r
+> git am -3 ctrl-shift-v RET\r
+\r
+notmuch show --format=3Dmbox id:XXX | git am\r
+\r
+works well too, as does=20\r
+\r
+notmuch show --format=3Dmbox thread:XXX | git am\r
+\r
+for a whole series.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJM6+FoAAoJEO00zqvie6q8Q3QP/2tH//5d7bSH9VreSvgU5/r3\r
+rNGsya/TNr/L0fw2vEvi3gWZscNCZT2TbKSJ1hvE5mAn2xW9aSEIjBkc3bsYOhb0\r
+VuupgsTht9TEq/yClYxdHJzidWTsKHuI49hncQshNcCYf4bA5886SeCfoOmrPZUW\r
+Wd3RBIeg0mCqdrPg4CrwV7FzXWWOsNq+xmkgr58Qok/KVl7nUZ70MYfKq5TCqVA6\r
+tqTF84HHTvW00qcBgdpm/ZrZ7GY4+78E8WBC59BGIPQjkro99FspF8padl2cpWB+\r
+eUM4VtHEzKC8z9HqWsidZFt7zsjptGKCL+tCug2NAmbRgFCVNzolhM9HWoAVKahn\r
+nEuZukDZvL/luRoAikiM0NCCKcCrM4FZGl54HcTXQaqFE4461gTEKXIegGjADU5A\r
+VxsFCL8Sej2Q1kInKtsTtY2VJonfwirgaEMIO6ImLoJ+k+iJdLusIRVlSU5cV00n\r
+B8vjIgVpRYqNXNLILjrAxIneVKxUxEyawSO0dXw8LE3TcPEu0SzY9buCjSdL7ffG\r
+UvFdTiTd1JL3zS4f2VpM8kEi0VxmTxvk3o+QuUTygCW2fJ+ZFRp1Zod8XjeqeMle\r
++xlLpgiB1OJ7I86C+kJas8BSVaTnqBUTCUnjN4W/AfPIY3HC/4ILPha6V6l+dKFN\r
+iFzXaYDdT4/+r6tsso9p\r
+=E5KZ\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r