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 CD624431FB6 for ; Tue, 19 Jun 2012 18:01:54 -0700 (PDT) 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 T1v6nl3vfGHO for ; Tue, 19 Jun 2012 18:01:54 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3F36E431FAF for ; Tue, 19 Jun 2012 18:01:54 -0700 (PDT) Received: by pbbrr13 with SMTP id rr13so12887502pbb.26 for ; Tue, 19 Jun 2012 18:01:52 -0700 (PDT) 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=tlDt/Wltdq1yAxUtKMkpAF+vivxXzIt/tmLLICpwOjY=; b=LI1jqAtBU1B96WzwSCtPnvVGWqpXXDr443AQkttW8NFGG+vP9Sqo4KKCafD6O/ozBV z6WHS9Y5VnWwEwWenJR2CXRBzWS6cACNKnolU7vKYsaOVdlLsGZlaP7Jx8tKMkNObRqS 2UDp+RHAeaduYIZHPyHMoE0FY6btNTMyFRpl6Gt+UYc2Y6fbmFLRdtmH6NF7MGhaRsGd XH19YTBO0/AcNWHJ8rA7pZIcNEuiByE1G2FizMRnOHjNYo9VtfaDH5VqhasEIbxk2efH fLEi9rA3sGwx258M28lcdjgT6uAupVu9IpY72ERxiNQ/jNoBmdGz/s+QMw5VvOQq7Xsn 1UCA== Received: by 10.68.226.99 with SMTP id rr3mr69605104pbc.48.1340154112219; Tue, 19 Jun 2012 18:01:52 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id ob9sm29805404pbb.28.2012.06.19.18.01.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jun 2012 18:01:50 -0700 (PDT) Date: Wed, 20 Jun 2012 11:01:39 +1000 Message-ID: <20120620110139.GA2356@hili.localdomain> From: Peter Wang To: notmuch@notmuchmail.org Subject: Re: Notmuch Pick In-Reply-To: <87zk7z2kz2.fsf@servo.finestructure.net> References: <87395ump0d.fsf@qmul.ac.uk> <87zk80ilt9.fsf@servo.finestructure.net> <87mx3zok3d.fsf@qmul.ac.uk> <87zk7z2kz2.fsf@servo.finestructure.net> 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: Wed, 20 Jun 2012 01:01:55 -0000 On Tue, 19 Jun 2012 11:52:01 -0700, Jameson Graef Rollins wrote: > > So I think it would be nice and clean if the default json output > included all the message headers and the message structure, and then > part contents could be retrieved individually. I imagine show mode > could be restructured such that it could use this efficiently. Whatever is done, please keep the option to return all message bodies at once, at least for short threads (the common case). I want them anyway. Don't force me to make N separate requests, especially over a high latency link. Peter