From: Ethan Glasser-Camp Date: Sun, 18 Nov 2012 23:35:25 +0000 (+1900) Subject: Re: Notmuch scripts (again), now with more usenet X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c27a8d7ad2a43bac0dfff6f3d54890bf8c0e22e9;p=notmuch-archives.git Re: Notmuch scripts (again), now with more usenet --- diff --git a/42/ec0903fd113450767266a01e1dd1a730ffb57b b/42/ec0903fd113450767266a01e1dd1a730ffb57b new file mode 100644 index 000000000..06f9c333a --- /dev/null +++ b/42/ec0903fd113450767266a01e1dd1a730ffb57b @@ -0,0 +1,91 @@ +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 F1ADC431FBD + for ; Sun, 18 Nov 2012 15:35:30 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 OgsC9vLP1VwE for ; + Sun, 18 Nov 2012 15:35:30 -0800 (PST) +Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com + [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6323C431FB6 + for ; Sun, 18 Nov 2012 15:35:30 -0800 (PST) +Received: by mail-qc0-f181.google.com with SMTP id x40so3197554qcp.26 + for ; Sun, 18 Nov 2012 15:35:29 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=KYTfptbLLWK4CophPChgf7hJUhIHb3fNngCt6HSmT40=; + b=TUH/nxTfYhYJYVh4N4Y380i4BMB3EKmo3i5RsdtKKbrMzy7Ft3ZHHpHgpo8z85jbwu + zCOGyxuskyC9Lk89wcLmc93IZj5LU6WjnOxnpVnJzkLyFDZw8QZQ3hum8zKVr27BOCgo + FTsv4PPHBEAMX8cy2uUT1TZuWVX8mvHib1XsQvVSjOyWDaH46lCrOK2JL86HcytY9dVT + nvF8yRPQljW9L5as+/Htp1S8NiLx7L6qzut3o9bU0LjH3OxvEbOgMdD91kTiSQmkCYl9 + k6JCCKxuCjO4g88cOc7rqcNMv+L3sr06quakt/dAOeFl/JmSkQEL/Fa8NyLyD9oCzuR7 + FnOg== +Received: by 10.224.31.204 with SMTP id z12mr10177945qac.32.1353281729713; + Sun, 18 Nov 2012 15:35:29 -0800 (PST) +Received: from smtp.gmail.com ([66.114.71.21]) + by mx.google.com with ESMTPS id ho6sm4494598qeb.3.2012.11.18.15.35.28 + (version=TLSv1/SSLv3 cipher=OTHER); + Sun, 18 Nov 2012 15:35:28 -0800 (PST) +From: Ethan Glasser-Camp +To: Jan Pobrislo , + Ethan Glasser-Camp , notmuch@notmuchmail.org +Subject: Re: Notmuch scripts (again), now with more usenet +In-Reply-To: <20121102000146.10C98C5@ccx.webprojekty.cz> +References: <20120714050156.GA11178@dorje.inet.te2000> + <871ugv87b1.fsf@betacantrips.com> + <20121102000146.10C98C5@ccx.webprojekty.cz> +User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/24.1.1 + (x86_64-pc-linux-gnu) +Date: Sun, 18 Nov 2012 18:35:25 -0500 +Message-ID: <87ehjq1o3m.fsf@betacantrips.com> +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, 18 Nov 2012 23:35:31 -0000 + +Jan Pobrislo writes: + +> Hi! I was having some hardware issues and had to migrate the site. It should +> be all up again and ready for inclusion. +> +> Added stuff from last time: +> * source function & actions for zaw (https://github.com/zsh-users/zaw) +> * LICENSE (CC0) + +Hi! Sorry for the delay, real life got in the way. + +In previous emails, David Bremner said he'd like someone with Python +expertise to look at notmuch-new.py. He notes that pylint goes +ballistic, but most of these errors don't bother me much (complaints +about variable naming and missing docstrings). + +As for the rest, I'm not a zsh expert, but I looked at zmuch and +notmuch-colorize and they looked fine. + +If Bremner is willing to put this package in contrib, I think he should +do so. + +Ethan