Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / d84d5c53b5becd63920bb6252c25e4d4a44beb
1 Return-Path: <bremner@unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 788C3431FC3\r
6         for <notmuch@notmuchmail.org>; Sun, 15 Jul 2012 09:37:00 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id i5OajYptASJb for <notmuch@notmuchmail.org>;\r
16         Sun, 15 Jul 2012 09:36:59 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id CF378431FBC\r
21         for <notmuch@notmuchmail.org>; Sun, 15 Jul 2012 09:36:59 -0700 (PDT)\r
22 Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72)\r
23         (envelope-from <bremner@unb.ca>)\r
24         id 1SqRoY-00024i-Tb; Sun, 15 Jul 2012 13:36:59 -0300\r
25 Received: (nullmailer pid 24557 invoked by uid 1000);\r
26         Sun, 15 Jul 2012 16:36:54 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: ccx@webprojekty.cz, notmuch@notmuchmail.org\r
29 Subject: Re: Notmuch scripts (again), now with more usenet\r
30 In-Reply-To: <20120714050156.GA11178@dorje.inet.te2000>\r
31 References: <20120714050156.GA11178@dorje.inet.te2000>\r
32 User-Agent: Notmuch/0.13.2+76~gac7b542 (http://notmuchmail.org) Emacs/24.1.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Sun, 15 Jul 2012 10:36:54 -0600\r
35 Message-ID: <87ipdp9e1l.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 15 Jul 2012 16:37:00 -0000\r
51 \r
52 ccx@webprojekty.cz writes:\r
53 \r
54 > I hope it's now in the form acceptable for inclusion to contrib.\r
55 \r
56 Dear Jan;\r
57 \r
58 Without looking too much at the details I think this is reasonable to\r
59 include in contrib, as a set of examples if nothing else. Still, I'm\r
60 curious about a few things. Are there actual users (other than the\r
61 author)?  What would we do about bug reports? Will you follow the list,\r
62 or would we explicitely tell people to contact you directly?\r
63 \r
64 I guess some of the python experts might want to discuss the coding\r
65 style of notmuch-new.py. pylint goes ballistic, for whatever that is\r
66 worth.\r
67 \r
68 For the shell stuff, I noticed lots of unquoted parameter expansion;\r
69 also at some point you make a temporary directory using $$\r
70 directly rather than using e.g. mktemp.\r
71 \r
72 What did you have in mind for a license? since there is no linking here,\r
73 it does not have to be GPL3+, but some standard Free license is needed I\r
74 think; since I'm also maintaining the Debian package, I don't want to\r
75 have to remove your stuff before uploading to Debian.\r
76 \r
77 d\r
78 \r
79 \r
80 \r