--- /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 D797A429E34\r
+ for <notmuch@notmuchmail.org>; Mon, 3 Feb 2014 03:00:44 -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 a-MrEWDMVgnl for <notmuch@notmuchmail.org>;\r
+ Mon, 3 Feb 2014 03:00:39 -0800 (PST)\r
+Received: from qmta03.westchester.pa.mail.comcast.net\r
+ (qmta03.westchester.pa.mail.comcast.net [76.96.62.32])\r
+ by olra.theworths.org (Postfix) with ESMTP id CC19A431FDB\r
+ for <notmuch@notmuchmail.org>; Mon, 3 Feb 2014 03:00:38 -0800 (PST)\r
+Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89])\r
+ by qmta03.westchester.pa.mail.comcast.net with comcast\r
+ id MmuM1n0031vXlb853n0eRM; Mon, 03 Feb 2014 11:00:38 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta17.westchester.pa.mail.comcast.net with comcast\r
+ id Mn0d1n00B152l3L3dn0dwp; Mon, 03 Feb 2014 11:00:38 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id E2D26FB4D3F;\r
+ Mon, 3 Feb 2014 03:00:36 -0800 (PST)\r
+Received: (nullmailer pid 675 invoked by uid 1000);\r
+ Mon, 03 Feb 2014 10:59:40 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 00/17] nmbug-status: Python-3-compabitility and general\r
+ refactoring\r
+Date: Mon, 3 Feb 2014 02:59:18 -0800\r
+Message-Id: <cover.1391424512.git.wking@tremily.us>\r
+X-Mailer: git-send-email 1.8.5.2.8.g0f6c0d1\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+ s=q20121106; t=1391425238;\r
+ bh=sAopppKi9y3EMKkYNf/WrY51ATNQEmZ5/rIAK4Runn8=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id:MIME-Version:Content-Type;\r
+ b=Onvo95NSrnTSzqp9z3CMg6ssNnSNWDv55c8JWG2cuBa2OFirSJ5ex4lH0D9VIbTIJ\r
+ j6L5pvM0QAGivY0/rcPCyqv4ZKk9xnsOtfUtL7f5KfaIae6pnzXyy8sVWdraJ0/j2Y\r
+ bj5kFmhRwqJ20gaB7pXlOarObAunrupbpduOuvMgloCw1TbL5k1mDLwGJfoKULNL3X\r
+ 5jCLR+CGQkFMwwmok7kNotY7ABXeyZ2UCQI11MlcLyiykVuxNIg9/amwhxECbLyRBH\r
+ NO/Tt0x3wtjKcLac7QL/1eRUtn3w/Z7rTXw8mBj0bSuWQk5c9pgl+GGw1xn4rytTYf\r
+ EuW+tsmysmxqA==\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: Mon, 03 Feb 2014 11:00:45 -0000\r
+\r
+I noticed that nmbug-status was written in Python :), but not\r
+compatible with Python 3 :(. I started cleaning up a few print\r
+statements, but this quickly turned into a more general refactoring.\r
+Let me know if this is too much to bite off at once. I tried to keep\r
+each patch fairly contained, but the Page / HtmlPage addition is still\r
+pretty big. Despite increasing the size of this module by almost 50%,\r
+I think my final version is more readable. However, it's always\r
+easier to read your own code, so feel free to tell me that this is a\r
+step in the completely wrong direction ;).\r
+\r
+Also anyone with asthetic sensibilities is free to pick nicer colors\r
+in the final patch. I'm too partial to the EFF permutation symmetry\r
+to be able to pick other colors myself ;).\r
+\r
+W. Trevor King (17):\r
+ nmbug-status: Convert to Python-3-compatible print functions\r
+ nmbug-status: Use email.utils instead of rfc822\r
+ nmbug-status: Decode Popen output using the user's locale\r
+ nmbug-status: Factor config-loading out into read_config\r
+ nmbug-status: Add metavars for --config and --get-query\r
+ nmbug-status: Consolidate functions and main code\r
+ nmbug-status: Don't require write access\r
+ nmbug-status: Consolidate HTML header printing\r
+ nmbug-status: Add a Python-3-compatible urllib.parse.quote import\r
+ nmbug-status: Add Page and HtmlPage for modular rendering\r
+ nmbug-status: Normalize table HTML indentation\r
+ nmbug-status: Convert from XHTML 1.0 to HTML 5\r
+ nmbug-status: Encode output using the user's locale\r
+ nmbug-status: Anchor with h3 ids instead of a names\r
+ nmbug-status: Quote 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
+\r
+ devel/nmbug/nmbug-status | 412 ++++++++++++++++++++++++++++++-----------------\r
+ 1 file changed, 261 insertions(+), 151 deletions(-)\r
+\r
+-- \r
+1.8.5.2.8.g0f6c0d1\r
+\r