From: Peter Wang Date: Sat, 15 Dec 2012 11:04:27 +0000 (+1100) Subject: Re: [PATCH v5 0/4] indicate length of omitted body content X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bac5cfa8a66366d0ba2716d375a93fe4e38c5a66;p=notmuch-archives.git Re: [PATCH v5 0/4] indicate length of omitted body content --- diff --git a/c4/6fac970928ac08fef214cf6739e64bc512556a b/c4/6fac970928ac08fef214cf6739e64bc512556a new file mode 100644 index 000000000..591caabaa --- /dev/null +++ b/c4/6fac970928ac08fef214cf6739e64bc512556a @@ -0,0 +1,77 @@ +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 DD2B7431FC2 + for ; Sat, 15 Dec 2012 03:04:35 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 QNs3E0HoiT0H for ; + Sat, 15 Dec 2012 03:04:35 -0800 (PST) +Received: from mail-da0-f53.google.com (mail-da0-f53.google.com + [209.85.210.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 781EB431FBF + for ; Sat, 15 Dec 2012 03:04:35 -0800 (PST) +Received: by mail-da0-f53.google.com with SMTP id x6so1792920dac.26 + for ; Sat, 15 Dec 2012 03:04:33 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:message-id:from:to:subject:in-reply-to:references:mime-version + :content-type:content-disposition:content-transfer-encoding; + bh=n0gf+E/6ymnoU7tXAwL1J2UZQfJw0XFkNHuuOJZqf70=; + b=zlwCLsRH9tjICXbftZU4X4wb1+Nc3f9bFOKPTsnfuwgHMFJ1vF3vqAJNPqAz1t/pJj + jV1ljmUxJXXgRbYoJF4ycePumfJxreny1orAobCkysljklfW0BCxya/tzuSQg+zfSB28 + yQtIqCZuIq+OmHIo5ZSRCIc2eWGI5fZArOhD5lbKuxpbAjYxMJRjpBGY7WV/TNVfp2JR + Qucjv2N0n2HOYvOTPzSFt9jBpVcdqRAiowoN3f8RIvEd89Ot2f57TdoQprJWxMcflUeG + 7xJxopzfkzx3tMieamSZPPBBPcvN0i9ZNafSFjXOlrW1+liamC0SLdanZXnDFpBCNy8I + dqZA== +Received: by 10.68.192.74 with SMTP id he10mr2462359pbc.147.1355569473606; + Sat, 15 Dec 2012 03:04:33 -0800 (PST) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id o5sm4872063paz.32.2012.12.15.03.04.30 + (version=TLSv1/SSLv3 cipher=OTHER); + Sat, 15 Dec 2012 03:04:32 -0800 (PST) +Date: Sat, 15 Dec 2012 22:04:27 +1100 +Message-ID: <20121215220427.GA29080@hili.localdomain> +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: Re: [PATCH v5 0/4] indicate length of omitted body content +In-Reply-To: <87a9tfemaa.fsf@qmul.ac.uk> +References: <1355540805-24937-1-git-send-email-novalazy@gmail.com> + <87a9tfemaa.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +Content-Transfer-Encoding: 8bit +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: Sat, 15 Dec 2012 11:04:36 -0000 + +On Sat, 15 Dec 2012 08:45:33 +0000, Mark Walters wrote: +> +> This version looks good to me with one very minor comments: +> +> Perhaps the name format-omitted-part-meta should include sprinter (eg +> format-omitted-part-meta-sprinter)? + +Seems so. I'll roll up another series if that's necessary. + +Peter