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 A1409431FBC for ; Thu, 13 Dec 2012 04:52:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.098 X-Spam-Level: X-Spam-Status: No, score=-1.098 tagged_above=-999 required=5 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_MED=-2.3] 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 IEx8d2LA5CXR for ; Thu, 13 Dec 2012 04:52:53 -0800 (PST) Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EF6DB431FB6 for ; Thu, 13 Dec 2012 04:52:52 -0800 (PST) Received: from smtp.qmul.ac.uk ([138.37.6.40]) by mail2.qmul.ac.uk with esmtp (Exim 4.71) (envelope-from ) id 1Tj8HR-0005vm-1p; Thu, 13 Dec 2012 12:52:49 +0000 Received: from 93-97-24-31.zone5.bethere.co.uk ([93.97.24.31] helo=localhost) by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1Tj8HQ-00065e-Ll; Thu, 13 Dec 2012 12:52:48 +0000 From: Mark Walters To: Peter Wang Subject: Re: [PATCH v4 0/3] indicate length of omitted body content In-Reply-To: <20121213232336.GA21848@hili.localdomain> References: <1355057796-19260-1-git-send-email-markwalters1009@gmail.com> <87vccb2frl.fsf@qmul.ac.uk> <20121213232336.GA21848@hili.localdomain> User-Agent: Notmuch/0.14+155~g7edfdc3 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Thu, 13 Dec 2012 12:52:50 +0000 Message-ID: <876246cdwd.fsf@qmul.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender-Host-Address: 93.97.24.31 X-QM-SPAM-Info: Sender has good ham record. :) X-QM-Body-MD5: c1544652371c9255fb515cea9f3ecbdb (of first 20000 bytes) X-SpamAssassin-Score: -1.8 X-SpamAssassin-SpamBar: - X-SpamAssassin-Report: The QM spam filters have analysed this message to determine if it is spam. We require at least 5.0 points to mark a message as spam. This message scored -1.8 points. Summary of the scoring: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [138.37.6.40 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (markwalters1009[at]gmail.com) * 0.5 AWL AWL: From: address is in the auto white-list X-QM-Scan-Virus: ClamAV says the message is clean 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:52:55 -0000 On Thu, 13 Dec 2012, Peter Wang wrote: > 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. Sorry I am confused: isn't test/sexp already in master? Best wishes Mark