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 6DBC3431FBC for ; Thu, 13 Dec 2012 04:23:49 -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 GYLhI74HNr-n for ; Thu, 13 Dec 2012 04:23:47 -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 B1AFD431FB6 for ; Thu, 13 Dec 2012 04:23:47 -0800 (PST) Received: by mail-da0-f53.google.com with SMTP id x6so750820dac.26 for ; Thu, 13 Dec 2012 04:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-disposition :content-transfer-encoding; bh=aGinfDdw8dqD4yft3/7fAMfmdcZyZ9bGQcK5m61+JCg=; b=uhbuPFQifbKfMdP6KLuFeSmZ2PIT/lf0KzQGCCOovP29LjD0GhUNjkclbkpA/ByPfo SzRfBDfNhuX0OT7x21ceICWI8/3aT3Lheoi2q11kxdAb8MK2k8QjQss4BkFMqyCpWFne 9K/3ZyXafWm1SppRzJhucpbPnxteSVEay2M4lNHsYeYZAvk7W9Dbnow28kqGrXiUM7II 2e0+C/qQ12Ds0shennsEqZuzpckkcETqSI/xn0LGibDDwHVRTy/IjZhIcE72e4rzh+Xk ugUQ1p8u4TN5QPu19Bi4o5oysFRvTsvkr5/iT/l9Uge31CJL12AybrygHOIQJeCFVka4 O3gg== Received: by 10.68.190.227 with SMTP id gt3mr5165661pbc.5.1355401425942; Thu, 13 Dec 2012 04:23:45 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id qh4sm965002pbb.9.2012.12.13.04.23.40 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 04:23:42 -0800 (PST) Date: Thu, 13 Dec 2012 23:23:36 +1100 Message-ID: <20121213232336.GA21848@hili.localdomain> From: Peter Wang To: Mark Walters Subject: Re: [PATCH v4 0/3] indicate length of omitted body content In-Reply-To: <87vccb2frl.fsf@qmul.ac.uk> References: <1355057796-19260-1-git-send-email-markwalters1009@gmail.com> <87vccb2frl.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Cc: 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: Thu, 13 Dec 2012 12:23:49 -0000 On Sun, 09 Dec 2012 19:21:18 +0000, Mark Walters wrote: > > Hi (sorry Peter I had assumed git send-email would have cc'd you on my > rebase earlier today) > > There was some discussion about this patch series on irc and the general > view was favourable but that, for consistency, all omitted parts should > received a content-length (including text/html). This is a little messy > to code into the if else stuff: Jani suggested putting > content-length/content-encoding into a small function. > > Anyway I had hope it was just a trivial rebase and could go in, but the > above will take a bit longer to do neatly so I will leave it for now. Ok. To save any potential duplicated work: I've updated the patch here, save for test/sexp. Waiting for that to be pushed before updating it. Peter