Re: Notmuch scripts (again), now with more usenet
authorDavid Bremner <david@tethera.net>
Sun, 15 Jul 2012 16:36:54 +0000 (10:36 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:48:20 +0000 (09:48 -0800)
5c/d84d5c53b5becd63920bb6252c25e4d4a44beb [new file with mode: 0644]

diff --git a/5c/d84d5c53b5becd63920bb6252c25e4d4a44beb b/5c/d84d5c53b5becd63920bb6252c25e4d4a44beb
new file mode 100644 (file)
index 0000000..da7ac58
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <bremner@unb.ca>\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 788C3431FC3\r
+       for <notmuch@notmuchmail.org>; Sun, 15 Jul 2012 09:37:00 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 i5OajYptASJb for <notmuch@notmuchmail.org>;\r
+       Sun, 15 Jul 2012 09:36:59 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id CF378431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 15 Jul 2012 09:36:59 -0700 (PDT)\r
+Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1SqRoY-00024i-Tb; Sun, 15 Jul 2012 13:36:59 -0300\r
+Received: (nullmailer pid 24557 invoked by uid 1000);\r
+       Sun, 15 Jul 2012 16:36:54 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: ccx@webprojekty.cz, notmuch@notmuchmail.org\r
+Subject: Re: Notmuch scripts (again), now with more usenet\r
+In-Reply-To: <20120714050156.GA11178@dorje.inet.te2000>\r
+References: <20120714050156.GA11178@dorje.inet.te2000>\r
+User-Agent: Notmuch/0.13.2+76~gac7b542 (http://notmuchmail.org) Emacs/24.1.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 15 Jul 2012 10:36:54 -0600\r
+Message-ID: <87ipdp9e1l.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sun, 15 Jul 2012 16:37:00 -0000\r
+\r
+ccx@webprojekty.cz writes:\r
+\r
+> I hope it's now in the form acceptable for inclusion to contrib.\r
+\r
+Dear Jan;\r
+\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 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
+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
+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
+d\r
+\r
+\r
+\r