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