--- /dev/null
+Return-Path: <wking@tremily.us>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 19617431FC2\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Feb 2014 08:48:54 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id OXSKMbcTqKxi for <notmuch@notmuchmail.org>;\r
+ Thu, 13 Feb 2014 08:48:46 -0800 (PST)\r
+Received: from qmta05.westchester.pa.mail.comcast.net\r
+ (qmta05.westchester.pa.mail.comcast.net [76.96.62.48])\r
+ by olra.theworths.org (Postfix) with ESMTP id 3F1DB431FB6\r
+ for <notmuch@notmuchmail.org>; Thu, 13 Feb 2014 08:48:46 -0800 (PST)\r
+Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87])\r
+ by qmta05.westchester.pa.mail.comcast.net with comcast\r
+ id Rs8v1n0051swQuc55sok3i; Thu, 13 Feb 2014 16:48:44 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta15.westchester.pa.mail.comcast.net with comcast\r
+ id Rsoj1n00J152l3L3bsojZs; Thu, 13 Feb 2014 16:48:44 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id 8E6E1102D9FE;\r
+ Thu, 13 Feb 2014 08:48:41 -0800 (PST)\r
+Received: (nullmailer pid 17980 invoked by uid 1000);\r
+ Thu, 13 Feb 2014 16:47:29 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/8] nmbug-status: Python-3-compatibility and general\r
+ refactoring\r
+Date: Thu, 13 Feb 2014 08:47:15 -0800\r
+Message-Id: <cover.1392309570.git.wking@tremily.us>\r
+X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20121106; t=1392310124;\r
+ bh=rSbd1vMKfuFxJ9F52Ean4KpDHlADJd49WTFYqphmA9o=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=GjDK+N944P0T9m8kcJfTWiEHi83CRGjqjdFVdFAFzQerGRlITXgGhZ48YkJ5ulBPC\r
+ bQ0RnH0vxzj2f4P6XlU/Uq4f9W4fUGjPz9eUte24O47kvDhdSMSgic/C/FrczCNy66\r
+ fKgcsGQfQjtsMA3aRI6GJ57fuzbs6VA2bKWskv/diuc63X5rLVgqrY1HyAlBu4b6C/\r
+ fOHwWszxWgp8T1aYdpc7pfsJ6mrxlzWHmFwqanmhWGqE5qi9e74VBWs1QsE0ONjTp1\r
+ VRbSVHLx1F9YfN1WQ74pNJrRiexwlyNOcHgGoCIm4RukG9ip5ioD144pu7BONyuWrE\r
+ qhBKRD8StyZtg==\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 13 Feb 2014 16:48:54 -0000\r
+\r
+The only changes since v2 [1] are related to our discussion of\r
+locale-based encodings vs. hardcoded UTF-8 [2,3,and descendants].\r
+This iteration addresses those concerns by rebasing the controversial\r
+commit (nmbug-status: Encode output using the user's locale) to the\r
+end of the series. In order to address Tomi's hardcoded config\r
+encoding request [4,5] now that fd29d3f (nmbug-status: Decode Popen\r
+output using the user's locale, 2014-02-10) has landed in master, I\r
+think we should keep the output locale patch (7/8 in v3) and add an\r
+additional patch to hardcode _ENCODING (8/8 in v3). The commit\r
+message for 8/8 was tricky, but I think the current wording expresses\r
+both the motivation for the hardcoded UTF-8, my acceptance of a\r
+hardcoded UTF-8, and my personal preference for respecting LANG ;).\r
+Suggestions for alternative wordings are welcome, especially since I\r
+try to explain both David and Tomi's perspectives :p.\r
+\r
+Cheers,\r
+Trevor\r
+\r
+[1]: id:"cover.1392056624.git.wking@tremily.us"\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/17167\r
+[2]: id:"87eh396e6e.fsf@zancas.localnet"\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/17167/focus=17190\r
+[3]: id:"87a9dv52h4.fsf@zancas.localnet"\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/17167/focus=17200\r
+[4]: id:"m2sirpu46i.fsf@guru.guru-group.fi"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17191\r
+[5]: id:"m2vbwj79lu.fsf@guru.guru-group.fi"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17209\r
+\r
+W. Trevor King (8):\r
+ nmbug-status: Anchor with h3 ids instead of a names\r
+ nmbug-status: Slug the title when using it as an id\r
+ nmbug-status: Use <code> and <p> markup where appropriate\r
+ nmbug-status: Color threads in HTML output\r
+ nmbug-status: Escape &, <, and > in HTML display data\r
+ nmbug-status: Add inter-message padding\r
+ nmbug-status: Encode output using the user's locale\r
+ nmbug-status: Hardcode UTF-8 instead of using the user's locale\r
+\r
+ devel/nmbug/nmbug-status | 96 ++++++++++++++++++++++++++++++++++++++----------\r
+ 1 file changed, 76 insertions(+), 20 deletions(-)\r
+\r
+-- \r
+1.8.5.2.8.g0f6c0d1\r