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 6C010431FBC for ; Thu, 13 Dec 2012 05:31:42 -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 CM30H6Q3KUyg for ; Thu, 13 Dec 2012 05:31:42 -0800 (PST) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 07E6E431FB6 for ; Thu, 13 Dec 2012 05:31:41 -0800 (PST) Received: by mail-pa0-f53.google.com with SMTP id hz1so1467597pad.26 for ; Thu, 13 Dec 2012 05:31:41 -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=cGX3g98vHU6JyU2i+U1vRuh1pP6Wylng7cjBGNTeqp0=; b=BMoY3xL1YHpb6KB2ZXkjMwfY6GIOVP2cLuL4uPFRuHaJ1OpOIo01y0cRA8ngZccng7 WUE6ZCGpEvDcQRiaFXVNQ+za5hL+ZSfv2QAoY4C5IWRmZBndjxzeGzjxBVv9Jg8FCGsz 9FNM7bSynktxGl5IvAqdWuP6UjeTAVrO0BUnt8YeB9MF9sUrkMg8KB6or1bFPy079Muf EPQKEJF0sW44ZyGQoKeEypBY+UOt3WXzkqJ5Dq9c8y4S672xoBg72odr/vrtfoozbIOu 0JoiAWAgdggeiURCrr2283g/Ix38UyZYhYcr94Zus6shaB+DRoBYLemRc8N5ZiPp8Uqh YKBQ== Received: by 10.68.209.136 with SMTP id mm8mr5353436pbc.146.1355405501186; Thu, 13 Dec 2012 05:31:41 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id t1sm1277964paw.11.2012.12.13.05.31.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Dec 2012 05:31:39 -0800 (PST) Date: Fri, 14 Dec 2012 00:31:35 +1100 Message-ID: <20121214003135.GA25126@hili.localdomain> From: Peter Wang To: Mark Walters Subject: Re: [PATCH v4 0/3] indicate length of omitted body content In-Reply-To: <876246cdwd.fsf@qmul.ac.uk> References: <1355057796-19260-1-git-send-email-markwalters1009@gmail.com> <87vccb2frl.fsf@qmul.ac.uk> <20121213232336.GA21848@hili.localdomain> <876246cdwd.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 13:31:42 -0000 On Thu, 13 Dec 2012 12:52:50 +0000, Mark Walters wrote: > > Sorry I am confused: isn't test/sexp already in master? You're right, somehow I missed it. Peter