From: David Bremner Date: Fri, 14 Feb 2014 12:40:39 +0000 (+2000) Subject: Re: [PATCH v3 6/8] nmbug-status: Add inter-message padding X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8292234c3eb89e0c716a14aa1332634dada56b35;p=notmuch-archives.git Re: [PATCH v3 6/8] nmbug-status: Add inter-message padding --- diff --git a/bd/8a6dd8fe00b89c4d0addc96e5c78a216e61a2f b/bd/8a6dd8fe00b89c4d0addc96e5c78a216e61a2f new file mode 100644 index 000000000..b14c5ed5b --- /dev/null +++ b/bd/8a6dd8fe00b89c4d0addc96e5c78a216e61a2f @@ -0,0 +1,66 @@ +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 1CF35431FBC + for ; Fri, 14 Feb 2014 04:40:54 -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 cWkfIGmcBIZh for ; + Fri, 14 Feb 2014 04:40:46 -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 E0AD0431FB6 + for ; Fri, 14 Feb 2014 04:40:46 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WEI4R-0005Cz-Je; Fri, 14 Feb 2014 08:40:43 -0400 +Received: (nullmailer pid 18410 invoked by uid 1000); Fri, 14 Feb 2014 + 12:40:39 -0000 +From: David Bremner +To: "W. Trevor King" +Subject: Re: [PATCH v3 6/8] nmbug-status: Add inter-message padding +In-Reply-To: <20140214040716.GQ7538@odin.tremily.us> +References: + + <87ppmq1lwp.fsf@zancas.localnet> + <20140214040716.GQ7538@odin.tremily.us> +User-Agent: Notmuch/0.17+53~g3e1d7f6 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Fri, 14 Feb 2014 08:40:39 -0400 +Message-ID: <87ha8127g8.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Tomi Ollila , notmuch@notmuchmail.org +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 12:40:54 -0000 + +"W. Trevor King" writes: + +> +> Sure. Sorry I botched v3 :/. Do you want to nibble off patches one +> through three (and maybe five, which applies cleanly on top of three) +> first, or should I include them in v4? +> + +OK, those 4 patches are pushed. + +d