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 A67AE431FAF for ; Sun, 21 Oct 2012 05:53:44 -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 CB3rY9U8Gyhy for ; Sun, 21 Oct 2012 05:53:43 -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 80837431FAE for ; Sun, 21 Oct 2012 05:53:43 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so2141642vch.26 for ; Sun, 21 Oct 2012 05:53:41 -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=H5cB9BxMQgyogEBc5JLe1vocC1aHls2eYW3qcN9U1eQ=; b=wNG/kY3D7CgpO4qXvlLpzKO8ORTJJloHfKkKglZy4557iXld1QlwwDySeZ2g5KgXT3 acs1Xt3V6E23P9hAwRAnGAS67EKxd8dKMgAvnnvKfzLPv+QjXkyN51PCX0qzLAh7a5j5 cDmg+1BkokAoSvcAcam+hYsuwQS5FYC6qacFf3TszdwtCYlJzCAebWNNtqIvwB+KE9Ub BTpD7yMkrL6s6rggO0dyl2sqEYcQYJmAgvYuQ4SijlzuthOWhYyHUV1i7fRzbW8eYLeA aNZ8fRtjQYyjalTwlZVeMS3zxjU3dJjz0iON8kGKaXFE/U+ybpJwnCHH8dKRGVscYliw qtvA== Received: by 10.52.180.5 with SMTP id dk5mr7992451vdc.45.1350824021824; Sun, 21 Oct 2012 05:53:41 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id co1sm7196334vdc.10.2012.10.21.05.53.40 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 05:53:41 -0700 (PDT) From: Ethan Glasser-Camp To: Peter Wang , notmuch@notmuchmail.org Subject: Re: [PATCH v3] test: conform to content length, encoding fields In-Reply-To: <1350788651-10555-1-git-send-email-novalazy@gmail.com> References: <1344428872-12374-4-git-send-email-novalazy@gmail.com> <1350788651-10555-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: Sun, 21 Oct 2012 08:53:40 -0400 Message-ID: <87lif056ln.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: Sun, 21 Oct 2012 12:53:44 -0000 Peter Wang writes: > Update tests to expect content-length and content-transfer-encoding > fields in show --format=json output, for leaf parts with omitted body > content. OK, this whole series looks good to me. Ethan