From: Tomi Ollila Date: Mon, 10 Feb 2014 20:29:35 +0000 (+0200) Subject: Re: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general refactoring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae4c462ded2f5a77d9f64a0ba033406b363c5639;p=notmuch-archives.git Re: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general refactoring --- diff --git a/6f/e52874c52d8dbb26355686bf6b0dfaa43357f7 b/6f/e52874c52d8dbb26355686bf6b0dfaa43357f7 new file mode 100644 index 000000000..538e5bf34 --- /dev/null +++ b/6f/e52874c52d8dbb26355686bf6b0dfaa43357f7 @@ -0,0 +1,119 @@ +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 29698431FBF + for ; Mon, 10 Feb 2014 12:29:55 -0800 (PST) +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 ibyNrwmGNZeZ for ; + Mon, 10 Feb 2014 12:29:46 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 8CC7E431FAF + for ; Mon, 10 Feb 2014 12:29:46 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 227651000FA; + Mon, 10 Feb 2014 22:29:36 +0200 (EET) +From: Tomi Ollila +To: "W. Trevor King" , notmuch@notmuchmail.org +Subject: Re: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general + refactoring +In-Reply-To: +References: +User-Agent: Notmuch/0.17+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'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: Mon, 10 Feb 2014 20:29:55 -0000 + +On Mon, Feb 10 2014, "W. Trevor King" wrote: + +> This is the second round of my initial series [1]. Thanks to Tomi and +> David for reviewing v1. General changes since v1: +> +> * Python 2.6 compatibility fixes ('{0}'.format(...) and an OrderedDict +> stub) [2]. + +This series looks good to me. + + +Tomi + + +> +> Changes to the HTML output since v1: +> +> * Escape &, <, and > in display data [3]. +> * Changed color scheme to #ffd96e / #bce [4]. +> * Added additional spacing between messages (smaller than the existing +> spacing between threads) [5]. +> * Slug section titles instead of quoting them [6]. +> +> [1]: id="cover.1391424512.git.wking@tremily.us" +> http://thread.gmane.org/gmane.mail.notmuch.general/17061 +> [2]: id="20140204173914.GR19935@odin.tremily.us" +> http://article.gmane.org/gmane.mail.notmuch.general/17114 +> [3]: id="20140207221531.GA17142@odin.tremily.us" +> http://article.gmane.org/gmane.mail.notmuch.general/17141 +> [4]: id="20140208190923.GE14197@odin.tremily.us" +> http://article.gmane.org/gmane.mail.notmuch.general/17151 +> [5]: id="20140208221925.GD17142@odin.tremily.us" +> http://article.gmane.org/gmane.mail.notmuch.general/17153 +> [6]: id="20140208231804.GE17142@odin.tremily.us" +> http://article.gmane.org/gmane.mail.notmuch.general/17155 +> +> W. Trevor King (20): +> nmbug-status: Convert to Python-3-compatible print functions +> nmbug-status: Use email.utils instead of rfc822 +> nmbug-status: Decode Popen output using the user's locale +> nmbug-status: Factor config-loading out into read_config +> nmbug-status: Add metavars for --config and --get-query +> nmbug-status: Consolidate functions and main code +> nmbug-status: Don't require write access +> nmbug-status: Consolidate HTML header printing +> nmbug-status: Add a Python-3-compatible urllib.parse.quote import +> nmbug-status: Add Page and HtmlPage for modular rendering +> nmbug-status: Add an OrderedDict stub for Python 2.6 +> nmbug-status: Normalize table HTML indentation +> nmbug-status: Convert from XHTML 1.0 to HTML 5 +> nmbug-status: Encode output using the user's locale +> nmbug-status: Anchor with h3 ids instead of a names +> nmbug-status: Slug the title when using it as an id +> nmbug-status: Use and

markup where appropriate +> nmbug-status: Color threads in HTML output +> nmbug-status: Escape &, <, and > in HTML display data +> nmbug-status: Add inter-message padding +> +> devel/nmbug/nmbug-status | 448 +++++++++++++++++++++++++++++++---------------- +> 1 file changed, 297 insertions(+), 151 deletions(-) +> +> -- +> 1.8.5.2.8.g0f6c0d1 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch