From: David Bremner Date: Sun, 16 Feb 2014 23:46:29 +0000 (+2000) Subject: Re: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general refactoring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9904b0600fac7490bd1b4749af3516ee426de88f;p=notmuch-archives.git Re: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general refactoring --- diff --git a/23/290fb7809fd794817ecc273123474d52b1487e b/23/290fb7809fd794817ecc273123474d52b1487e new file mode 100644 index 000000000..2ef4f2e5b --- /dev/null +++ b/23/290fb7809fd794817ecc273123474d52b1487e @@ -0,0 +1,65 @@ +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 2095A431FBD + for ; Sun, 16 Feb 2014 15:46:40 -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=[none] + 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 sg0oInMpdp1x for ; + Sun, 16 Feb 2014 15:46:36 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6226F431FAF + for ; Sun, 16 Feb 2014 15:46:36 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WFBPs-00055V-GK; Sun, 16 Feb 2014 19:46:32 -0400 +Received: (nullmailer pid 23673 invoked by uid 1000); Sun, 16 Feb 2014 + 23:46:29 -0000 +From: David Bremner +To: "W. Trevor King" , notmuch@notmuchmail.org +Subject: Re: [PATCH v4 0/4] nmbug-status: Python-3-compatibility and general + refactoring +In-Reply-To: +References: +User-Agent: Notmuch/0.17+53~g3e1d7f6 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 16 Feb 2014 19:46:29 -0400 +Message-ID: <87ha7yvcx6.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 16 Feb 2014 23:46:40 -0000 + +"W. Trevor King" writes: + +> 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]. +> + +pushed the last 4. Actually I've been running them in production for a +few days already. + +d