Re: [PATCH v3 0/2] notmuch hooks
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 8 Dec 2011 16:29:04 +0000 (08:29 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:41 +0000 (09:40 -0800)
cf/75fc09abc6be898e136d686259df1b847a2cc1 [new file with mode: 0644]

diff --git a/cf/75fc09abc6be898e136d686259df1b847a2cc1 b/cf/75fc09abc6be898e136d686259df1b847a2cc1
new file mode 100644 (file)
index 0000000..a006f11
--- /dev/null
@@ -0,0 +1,96 @@
+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 14292429E25\r
+       for <notmuch@notmuchmail.org>; Thu,  8 Dec 2011 08:29:18 -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 kbgDavdwb6qQ for <notmuch@notmuchmail.org>;\r
+       Thu,  8 Dec 2011 08:29:15 -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 A0342431FB6\r
+       for <notmuch@notmuchmail.org>; Thu,  8 Dec 2011 08:29:15 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 0880466E0213;\r
+       Thu,  8 Dec 2011 08:29:11 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-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 earth-doxen-submit (Postfix) with ESMTP id 3400C66E00D8;\r
+       Thu,  8 Dec 2011 08:29:07 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id D991669C; Thu,  8 Dec 2011 11:29:06 -0500 (EST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, Jani Nikula <jani@nikula.org>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v3 0/2] notmuch hooks\r
+In-Reply-To: <yf6sjkvwiqg.fsf@taco2.nixu.fi>\r
+References:\r
+ <7fbe6befcf31881a9bca672f55b93501249a220c.1322859389.git.jani@nikula.org>\r
+       <cover.1323176771.git.jani@nikula.org>\r
+       <87hb1dru9c.fsf@servo.finestructure.net>        <87iplsb23a.fsf@nikula.org>\r
+       <87ipls81za.fsf@servo.finestructure.net>        <yf6sjkvwiqg.fsf@taco2.nixu.fi>\r
+User-Agent: Notmuch/0.10.2+73~g6bbc3f1 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 08 Dec 2011 08:29:04 -0800\r
+Message-ID: <874nxb81tb.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: Thu, 08 Dec 2011 16:29:18 -0000\r
+\r
+--=-=-=\r
+\r
+On Thu, 08 Dec 2011 10:49:43 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+> If the hooks are named as 'pre-new.sample' and 'post-new.sample' and\r
+> executable then users need just copy the file and start editing (and\r
+> not remember to do any chmod's)...\r
+\r
+It seems simpler and cleaner to me to just have notmuch new check for\r
+executability, and give the example scripts the proper names.  That's\r
+certainly what git does, so there's already precedent, and since we're\r
+modeling this on git it seems good to keep things consistent.\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
+iQIcBAEBCAAGBQJO4OXQAAoJEO00zqvie6q8kAQP/R2mdhnssXrLcoh9nWLywv3G\r
+Exn3IWdSM7j2SgB8uvNK0DzTTGXRNF/iuspONCxBB3brqos8X11allYIlrHE26rf\r
+9QP9gNrdS4LkGpfaSFYtOvT8TFBjPOuIRUScVVdgF/wM7yE2gDeAfG40ea4WlMP0\r
+2sb+ZtfFpxXARDNQ8L3XmPSh/RWAxxXpc23TJyn3vmg2Nu359IPpk3VplBGNwFrj\r
+jBJzw2oU2jP1FlCV8qsq2/orJB+yDcbwU9F+dxA06MRtYm+0eCWPtcGcbV5mQsdU\r
+66ZnGF9v3lcM2VTlxT3Aqie+gD3/K+nFKVqqXJ6eL9GMRSWUJYTSVsxuj931SIpb\r
+iGw+jC8IFa+H1h5RHwDzKiQCcVHBjVW8yi78BoswWpYX0MohmZ+VXkTtuaFsT80p\r
+jZAEEbiue6wVJdjhVV26zZUEep0fwzz9vJxz31V6CmFq0CmNMkgCa9xfTWgNWVqz\r
+egan5w7hssarx6VO9E69jSLpSFaioMXNXN6krj3Td1iKAkli12HO45e+S+huuurH\r
+CTFoRvyOyDsympAeEaj/+VoSq0dUac0t+l+l8CUmRk1U0oaUbSfK6WCgBrQVF5ya\r
+EmJBUf6m916zx9mypujQvva1lfObgr6XyXRvsdZ5REedLpf0EUDlhKjbemKAUl0A\r
+shYDDjUljqLaGVIu1Fb1\r
+=tPwb\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r