Re: Notmuch scripts (again), now with more usenet
authorccx <ccx@webprojekty.cz>
Tue, 17 Jul 2012 10:18:08 +0000 (12:18 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:48:22 +0000 (09:48 -0800)
20/37df366cf034b9a8fbe30fd39dbb91671e54b9 [new file with mode: 0644]

diff --git a/20/37df366cf034b9a8fbe30fd39dbb91671e54b9 b/20/37df366cf034b9a8fbe30fd39dbb91671e54b9
new file mode 100644 (file)
index 0000000..50782f7
--- /dev/null
@@ -0,0 +1,116 @@
+Return-Path: <ccx@webprojekty.cz>\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 D372B431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jul 2012 03:18:15 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.274\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.274 tagged_above=-999 required=5\r
+       tests=[RDNS_NONE=1.274] 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 KtrnN6SfUTiB for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Jul 2012 03:18:12 -0700 (PDT)\r
+Received: from new.webprojekty.cz (unknown [178.238.36.176])\r
+       by olra.theworths.org (Postfix) with ESMTP id 477A3431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Jul 2012 03:18:12 -0700 (PDT)\r
+Received: from shell.webprojekty.cz (shell.vs [192.168.100.30])\r
+       by new.webprojekty.cz (Postfix) with SMTP id B73AEB8C5E2;\r
+       Tue, 17 Jul 2012 12:18:08 +0200 (CEST)\r
+Received: by shell.webprojekty.cz (sSMTP sendmail emulation);\r
+       Tue, 17 Jul 2012 12:18:08 +0200\r
+Date: Tue, 17 Jul 2012 12:18:08 +0200\r
+From: ccx@webprojekty.cz\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Notmuch scripts (again), now with more usenet\r
+Message-ID: <20120717101808.GA30479@dorje.inet.te2000>\r
+References: <20120714050156.GA11178@dorje.inet.te2000>\r
+       <87ipdp9e1l.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; micalg=pgp-sha1;\r
+       protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC"\r
+Content-Disposition: inline\r
+In-Reply-To: <87ipdp9e1l.fsf@maritornes.cs.unb.ca>\r
+User-Agent: Mutt/1.5.21 (2010-09-15)\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, 17 Jul 2012 10:18:16 -0000\r
+\r
+\r
+--wRRV7LY7NUeQGEoC\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sun, Jul 15, 2012 at 10:36:54AM -0600, David Bremner wrote:\r
+> ccx@webprojekty.cz writes:\r
+>=20\r
+> > I hope it's now in the form acceptable for inclusion to contrib.\r
+>=20\r
+> Dear Jan;\r
+>=20\r
+> Without looking too much at the details I think this is reasonable to\r
+> include in contrib, as a set of examples if nothing else. Still, I'm\r
+> curious about a few things. Are there actual users (other than the\r
+> author)?  What would we do about bug reports? Will you follow the list,\r
+> or would we explicitely tell people to contact you directly?\r
+\r
+I might not always have time to read the entirety of the ML, so it would\r
+be great if people CC me when posting there.\r
+\r
+> I guess some of the python experts might want to discuss the coding\r
+> style of notmuch-new.py. pylint goes ballistic, for whatever that is\r
+> worth.\r
+\r
+That's mainly because of tabs used for indentation, which used to be\r
+considered a viable alternative, but is now considered obsolete. I\r
+reformatted the code to conform to pep8 guidelines.\r
+\r
+> For the shell stuff, I noticed lots of unquoted parameter expansion;\r
+> also at some point you make a temporary directory using $$\r
+> directly rather than using e.g. mktemp.\r
+\r
+Zsh does not word-split parameter expansion by default, this is\r
+intentional. The temporary directories are created in xdg cache dir,\r
+which should not be susceptible to symlink attacks etc. and the pid\r
+actually helps to correlate the directories to processes, eg. when you\r
+want to autoclean after searches that got killed for some reason.\r
+\r
+> What did you have in mind for a license? since there is no linking here,\r
+> it does not have to be GPL3+, but some standard Free license is needed I\r
+> think; since I'm also maintaining the Debian package, I don't want to\r
+> have to remove your stuff before uploading to Debian.\r
+\r
+You can consider it public domain. I guess I should add wtfpl text to my\r
+repo. :-)\r
+\r
+> d\r
+\r
+Thanks very much for your rewiev.\r
+\r
+--wRRV7LY7NUeQGEoC\r
+Content-Type: application/pgp-signature; name="signature.asc"\r
+Content-Description: Digital signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2.0.19 (GNU/Linux)\r
+\r
+iEYEARECAAYFAlAFO+AACgkQq2Q0xnrW+pnsKACfcM66QoShwYevk+JmkRkmaDNH\r
+UmgAnAhtwyxr2mA7DcYtqdB32NtyWxDd\r
+=ke0R\r
+-----END PGP SIGNATURE-----\r
+\r
+--wRRV7LY7NUeQGEoC--\r