--- /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 209F6429E29\r
+ for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 10:42:03 -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 KqHnBQGwCXmY for <notmuch@notmuchmail.org>;\r
+ Mon, 10 Feb 2014 10:41:55 -0800 (PST)\r
+Received: from qmta13.westchester.pa.mail.comcast.net\r
+ (qmta13.westchester.pa.mail.comcast.net [76.96.59.243])\r
+ by olra.theworths.org (Postfix) with ESMTP id 3353D431FAF\r
+ for <notmuch@notmuchmail.org>; Mon, 10 Feb 2014 10:41:55 -0800 (PST)\r
+Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76])\r
+ by qmta13.westchester.pa.mail.comcast.net with comcast\r
+ id Qcz61n0021ei1Bg5Dihujv; Mon, 10 Feb 2014 18:41:54 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta24.westchester.pa.mail.comcast.net with comcast\r
+ id Qihs1n00M152l3L3kihsZw; Mon, 10 Feb 2014 18:41:54 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id CCD6D10167A1;\r
+ Mon, 10 Feb 2014 10:41:51 -0800 (PST)\r
+Received: (nullmailer pid 1241 invoked by uid 1000);\r
+ Mon, 10 Feb 2014 18:40:44 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 00/20] nmbug-status: Python-3-compatibility and general\r
+ refactoring\r
+Date: Mon, 10 Feb 2014 10:40:21 -0800\r
+Message-Id: <cover.1392056624.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=1392057714;\r
+ bh=xPenFbrlASXu48T9OYJP2EX3WEPECOczekZsRIT6dHQ=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id:MIME-Version:Content-Type;\r
+ b=hdYM1qytyQEU1URLrKkAe7CviIOOgV+yT9lbGC+GZ/CKNT4L8Hows9qepq+y6xd/M\r
+ unK/kRx5P8RbQ8kYBCmrIjSBIJGTYUWz/Xq1YLAgmlFs7qG+sLFLatual0gtOKZY4U\r
+ uw9wfhLRlYnVjX+htabMBu52Z4uM1nMDHx8xhCtDlDs/J88PekF1GSH0YQDSvlqH+Y\r
+ HmTFp6SQWSWFmTCMUCccpXPmsPDJa2EiASax1LQUogmvQ3YurE0j7NKYYSJgEEq+wt\r
+ JuqyQJ2gy8pPD3dtZala2pgDef35m6h4FVnwXyN5GdV+5tbJNdOW2bxxaR+ZmCbDOZ\r
+ nyQY3pzL5pyXQ==\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: Mon, 10 Feb 2014 18:42:03 -0000\r
+\r
+This is the second round of my initial series [1]. Thanks to Tomi and\r
+David for reviewing v1. General changes since v1:\r
+\r
+* Python 2.6 compatibility fixes ('{0}'.format(...) and an OrderedDict\r
+ stub) [2].\r
+\r
+Changes to the HTML output since v1:\r
+\r
+* Escape &, <, and > in display data [3].\r
+* Changed color scheme to #ffd96e / #bce [4].\r
+* Added additional spacing between messages (smaller than the existing\r
+ spacing between threads) [5].\r
+* Slug section titles instead of quoting them [6].\r
+\r
+[1]: id="cover.1391424512.git.wking@tremily.us"\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/17061\r
+[2]: id="20140204173914.GR19935@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17114\r
+[3]: id="20140207221531.GA17142@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17141\r
+[4]: id="20140208190923.GE14197@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17151\r
+[5]: id="20140208221925.GD17142@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17153\r
+[6]: id="20140208231804.GE17142@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17155\r
+\r
+W. Trevor King (20):\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: Add an OrderedDict stub for Python 2.6\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: 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
+\r
+ devel/nmbug/nmbug-status | 448 +++++++++++++++++++++++++++++++----------------\r
+ 1 file changed, 297 insertions(+), 151 deletions(-)\r
+\r
+-- \r
+1.8.5.2.8.g0f6c0d1\r
+\r