--- /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 16CEC431FBC\r
+ for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:50:22 -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 HlKDInK9FmPT for <notmuch@notmuchmail.org>;\r
+ Fri, 14 Feb 2014 08:50:14 -0800 (PST)\r
+Received: from qmta04.westchester.pa.mail.comcast.net\r
+ (qmta04.westchester.pa.mail.comcast.net [76.96.62.40])\r
+ by olra.theworths.org (Postfix) with ESMTP id 52EF2431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 14 Feb 2014 08:50:14 -0800 (PST)\r
+Received: from omta09.westchester.pa.mail.comcast.net ([76.96.62.20])\r
+ by qmta04.westchester.pa.mail.comcast.net with comcast\r
+ id SEH21n0060SCNGk54GqCZC; Fri, 14 Feb 2014 16:50:12 +0000\r
+Received: from odin.tremily.us ([24.18.63.50])\r
+ by omta09.westchester.pa.mail.comcast.net with comcast\r
+ id SGqB1n00Q152l3L3VGqCvF; Fri, 14 Feb 2014 16:50:12 +0000\r
+Received: from mjolnir.tremily.us (unknown [192.168.0.140])\r
+ by odin.tremily.us (Postfix) with ESMTPS id E807F103A99E;\r
+ Fri, 14 Feb 2014 08:50:10 -0800 (PST)\r
+Received: (nullmailer pid 18380 invoked by uid 1000);\r
+ Fri, 14 Feb 2014 16:48:57 -0000\r
+From: "W. Trevor King" <wking@tremily.us>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general\r
+ refactoring\r
+Date: Fri, 14 Feb 2014 08:48:51 -0800\r
+Message-Id: <cover.1392395932.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=1392396612;\r
+ bh=dcaKIeZHnZY4Ji/ZxzTrB4y4Jjib66u9YsuDWcanwnM=;\r
+ h=Received:Received:Received:Received:From:To:Subject:Date:\r
+ Message-Id;\r
+ b=cZicyeKE5ili/uocWhj1uHipT5sQLAzL+bQpkHAOXoT8WO2zWxQuq/r47YDPXvSpa\r
+ +PI3YAw9S3Q+/d1VXmqXyKl7kdGj3WeUe0zRTCaPRRiJTI2xqHE9OZ7ex7K1fym285\r
+ EQpMmUFTae8kjCb/uLDXCjktFSbPKQkK+qHs/dDBmUSWKZQx1CQ0JCm2VgxGdP2mVU\r
+ DdCgaB4q2iH1egKIR9p0nqMrsc0OVkaZH+aCSuMXO/hh2AVU7CB7M63B9mMqNr7EhZ\r
+ S4OnGeMpMbiUddKvQxo93vWfacQocalTVFh0Nhsb0gK3kZOqgvdRNcxSPxqobwtoNY\r
+ rdX+ZTm6EZZdw==\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: Fri, 14 Feb 2014 16:50:22 -0000\r
+\r
+This fixes two rebase-induced typos from v3 [1]:\r
+\r
+* Doubled meta-http-equiv entries in the color-threads patch [2].\r
+* An extra close-paren in the HTML header format arguments [3].\r
+\r
+The remainder of v3 has already landed in master [4].\r
+\r
+Cheers,\r
+Trevor\r
+\r
+[1]: id:"cover.1392309570.git.wking@tremily.us"\r
+ http://thread.gmane.org/gmane.mail.notmuch.general/17216\r
+[2]: id:"20140214020537.GP7538@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17228\r
+[3]: id:"20140213174252.GL7538@odin.tremily.us"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17225\r
+[4]: id:"87ha8127g8.fsf@zancas.localnet"\r
+ http://article.gmane.org/gmane.mail.notmuch.general/17239\r
+\r
+W. Trevor King (4):\r
+ nmbug-status: Color threads in HTML output\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 | 68 +++++++++++++++++++++++++++++++++++++-----------\r
+ 1 file changed, 53 insertions(+), 15 deletions(-)\r
+\r
+-- \r
+1.8.5.2.8.g0f6c0d1\r
+\r