Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 788C3431FC3 for ; Sun, 15 Jul 2012 09:37:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i5OajYptASJb for ; Sun, 15 Jul 2012 09:36:59 -0700 (PDT) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CF378431FBC for ; Sun, 15 Jul 2012 09:36:59 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1SqRoY-00024i-Tb; Sun, 15 Jul 2012 13:36:59 -0300 Received: (nullmailer pid 24557 invoked by uid 1000); Sun, 15 Jul 2012 16:36:54 -0000 From: David Bremner To: ccx@webprojekty.cz, notmuch@notmuchmail.org Subject: Re: Notmuch scripts (again), now with more usenet In-Reply-To: <20120714050156.GA11178@dorje.inet.te2000> References: <20120714050156.GA11178@dorje.inet.te2000> User-Agent: Notmuch/0.13.2+76~gac7b542 (http://notmuchmail.org) Emacs/24.1.1 (x86_64-pc-linux-gnu) Date: Sun, 15 Jul 2012 10:36:54 -0600 Message-ID: <87ipdp9e1l.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 16:37:00 -0000 ccx@webprojekty.cz writes: > I hope it's now in the form acceptable for inclusion to contrib. Dear Jan; Without looking too much at the details I think this is reasonable to include in contrib, as a set of examples if nothing else. Still, I'm curious about a few things. Are there actual users (other than the author)? What would we do about bug reports? Will you follow the list, or would we explicitely tell people to contact you directly? I guess some of the python experts might want to discuss the coding style of notmuch-new.py. pylint goes ballistic, for whatever that is worth. For the shell stuff, I noticed lots of unquoted parameter expansion; also at some point you make a temporary directory using $$ directly rather than using e.g. mktemp. What did you have in mind for a license? since there is no linking here, it does not have to be GPL3+, but some standard Free license is needed I think; since I'm also maintaining the Debian package, I don't want to have to remove your stuff before uploading to Debian. d