From: W. Trevor King Date: Thu, 13 Feb 2014 16:47:15 +0000 (+1600) Subject: [PATCH v3 0/8] nmbug-status: Python-3-compatibility and general refactoring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a86ab1f40ef3602d92e8af0be6c321787ef1efe;p=notmuch-archives.git [PATCH v3 0/8] nmbug-status: Python-3-compatibility and general refactoring --- diff --git a/ec/752bf1d093d9c18af48efd5b50abb05cff1a47 b/ec/752bf1d093d9c18af48efd5b50abb05cff1a47 new file mode 100644 index 000000000..c9cf6a801 --- /dev/null +++ b/ec/752bf1d093d9c18af48efd5b50abb05cff1a47 @@ -0,0 +1,109 @@ +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 19617431FC2 + for ; Thu, 13 Feb 2014 08:48:54 -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=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] + 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 OXSKMbcTqKxi for ; + Thu, 13 Feb 2014 08:48:46 -0800 (PST) +Received: from qmta05.westchester.pa.mail.comcast.net + (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) + by olra.theworths.org (Postfix) with ESMTP id 3F1DB431FB6 + for ; Thu, 13 Feb 2014 08:48:46 -0800 (PST) +Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) + by qmta05.westchester.pa.mail.comcast.net with comcast + id Rs8v1n0051swQuc55sok3i; Thu, 13 Feb 2014 16:48:44 +0000 +Received: from odin.tremily.us ([24.18.63.50]) + by omta15.westchester.pa.mail.comcast.net with comcast + id Rsoj1n00J152l3L3bsojZs; Thu, 13 Feb 2014 16:48:44 +0000 +Received: from mjolnir.tremily.us (unknown [192.168.0.140]) + by odin.tremily.us (Postfix) with ESMTPS id 8E6E1102D9FE; + Thu, 13 Feb 2014 08:48:41 -0800 (PST) +Received: (nullmailer pid 17980 invoked by uid 1000); + Thu, 13 Feb 2014 16:47:29 -0000 +From: "W. Trevor King" +To: notmuch@notmuchmail.org +Subject: [PATCH v3 0/8] nmbug-status: Python-3-compatibility and general + refactoring +Date: Thu, 13 Feb 2014 08:47:15 -0800 +Message-Id: +X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; + s=q20121106; t=1392310124; + bh=rSbd1vMKfuFxJ9F52Ean4KpDHlADJd49WTFYqphmA9o=; + h=Received:Received:Received:Received:From:To:Subject:Date: + Message-Id; + b=GjDK+N944P0T9m8kcJfTWiEHi83CRGjqjdFVdFAFzQerGRlITXgGhZ48YkJ5ulBPC + bQ0RnH0vxzj2f4P6XlU/Uq4f9W4fUGjPz9eUte24O47kvDhdSMSgic/C/FrczCNy66 + fKgcsGQfQjtsMA3aRI6GJ57fuzbs6VA2bKWskv/diuc63X5rLVgqrY1HyAlBu4b6C/ + fOHwWszxWgp8T1aYdpc7pfsJ6mrxlzWHmFwqanmhWGqE5qi9e74VBWs1QsE0ONjTp1 + VRbSVHLx1F9YfN1WQ74pNJrRiexwlyNOcHgGoCIm4RukG9ip5ioD144pu7BONyuWrE + qhBKRD8StyZtg== +Cc: Tomi Ollila +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: Thu, 13 Feb 2014 16:48:54 -0000 + +The only changes since v2 [1] are related to our discussion of +locale-based encodings vs. hardcoded UTF-8 [2,3,and descendants]. +This iteration addresses those concerns by rebasing the controversial +commit (nmbug-status: Encode output using the user's locale) to the +end of the series. In order to address Tomi's hardcoded config +encoding request [4,5] now that fd29d3f (nmbug-status: Decode Popen +output using the user's locale, 2014-02-10) has landed in master, I +think we should keep the output locale patch (7/8 in v3) and add an +additional patch to hardcode _ENCODING (8/8 in v3). The commit +message for 8/8 was tricky, but I think the current wording expresses +both the motivation for the hardcoded UTF-8, my acceptance of a +hardcoded UTF-8, and my personal preference for respecting LANG ;). +Suggestions for alternative wordings are welcome, especially since I +try to explain both David and Tomi's perspectives :p. + +Cheers, +Trevor + +[1]: id:"cover.1392056624.git.wking@tremily.us" + http://thread.gmane.org/gmane.mail.notmuch.general/17167 +[2]: id:"87eh396e6e.fsf@zancas.localnet" + http://thread.gmane.org/gmane.mail.notmuch.general/17167/focus=17190 +[3]: id:"87a9dv52h4.fsf@zancas.localnet" + http://thread.gmane.org/gmane.mail.notmuch.general/17167/focus=17200 +[4]: id:"m2sirpu46i.fsf@guru.guru-group.fi" + http://article.gmane.org/gmane.mail.notmuch.general/17191 +[5]: id:"m2vbwj79lu.fsf@guru.guru-group.fi" + http://article.gmane.org/gmane.mail.notmuch.general/17209 + +W. Trevor King (8): + 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 + nmbug-status: Encode output using the user's locale + nmbug-status: Hardcode UTF-8 instead of using the user's locale + + devel/nmbug/nmbug-status | 96 ++++++++++++++++++++++++++++++++++++++---------- + 1 file changed, 76 insertions(+), 20 deletions(-) + +-- +1.8.5.2.8.g0f6c0d1