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 A26A1431FB6 for ; Fri, 19 Oct 2012 18:56:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.7 X-Spam-Level: * X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 z-swX6+tYrLR for ; Fri, 19 Oct 2012 18:56:59 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 437BC431FAE for ; Fri, 19 Oct 2012 18:56:59 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so1220043vch.26 for ; Fri, 19 Oct 2012 18:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=Tw4CnkROWOkU8Lxa+tSAznvg+g+eq9twHHWDtzbBd/c=; b=Vmhr9Ip8VFeM2ovnJwCI+MZAOvPGQCIlVtS8vWxmGidW9P2A2QVUcZ5B+zDaLcUR8W 8j4iMljVyP9jws6S1jC/+QABIzvpj5bFzVSjNWPL1GQBJDh6VYi7ETJoJIDxoQOI5CZU qD1gQphsUSespG2adXQOKFuj355UWVD/w+rvRC6ho/DiKw6gJTwEFl7M4Xt8Xp8RGZM2 U4+S3budF4yayvAfRD51emQ13062Fhkhmyqd1qe4WE6zBZbaq+CSEy+8MoEFxUIsxog8 vlRwsSSeuaq0s9QAAUOlLzfI5B/BRu6ahSjf1WWnJykVRwOk3hxlxVFn4LrSX1HxRIjK cxiw== Received: by 10.58.249.201 with SMTP id yw9mr4263502vec.10.1350698218656; Fri, 19 Oct 2012 18:56:58 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id qi6sm2066668vec.7.2012.10.19.18.56.57 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 18:56:57 -0700 (PDT) From: Ethan Glasser-Camp To: Peter Wang , notmuch@notmuchmail.org Subject: Re: [PATCH 1/4] show: indicate length of omitted body content (json) In-Reply-To: <1344151345-25411-1-git-send-email-novalazy@gmail.com> References: <1344151345-25411-1-git-send-email-novalazy@gmail.com> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 19 Oct 2012 21:56:53 -0400 Message-ID: <87bofx7voa.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 20 Oct 2012 01:56:59 -0000 Peter Wang writes: > If a leaf part's body content is omitted, return the content length in > --format=json output. This information may be used by the consumer, > e.g. to decide whether to download a large attachment over a slow link. It looks like this patch series was thoroughly reviewed and then obsoleted by the series in id:"1344428872-12374-1-git-send-email-novalazy@gmail.com". I'm therefore marking it notmuch::obsolete, and will review the other patch set. Ethan