From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D1C2D431FAF for ; Sun, 9 Dec 2012 04:56:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.7 X-Spam-Level: ** X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 5msktUy+Bdpo for ; Sun, 9 Dec 2012 04:56:42 -0800 (PST) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 446D1431FAE for ; Sun, 9 Dec 2012 04:56:42 -0800 (PST) Received: by mail-wg0-f47.google.com with SMTP id dq11so1033193wgb.2 for ; Sun, 09 Dec 2012 04:56:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=MWC9ERewAQBvme/Ta1UBNhSLJVuPzSsKhWC8qHYh+RY=; b=z5fluJorLEi/7Jl0TEi8bERDUcIqXoCKQ/dRJvyGp34cy5qMcZ3Cnkah2+k5l9sczm 4t2XH6jeOaXBAHkER2w1ZTcGAO1Bh0nxtGwWVNnqTW8eWqXK/LLs7YK/PVb/vqjVdRfB STFlcXSMuvpRGrJSSoyk92Ccx8jUQ7ZdINy1gZItDj7uKWbXdjWKdc2Ab1iL61ZpSXWQ jOWpnRr0ntWqMaDH3zdjIn3pz6wKJ/pquKSt00O/FQVEvp7DE59u21UIdd1VPYnLmj8d RRWgTgo0BOnRpTCz6LyEy7JjwOnjQ+9En33TKz8GE9y4AQV5fUpFhF9tz3jYWqG6uduq kbEA== Received: by 10.216.28.8 with SMTP id f8mr4082146wea.162.1355057800966; Sun, 09 Dec 2012 04:56:40 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id p2sm6795864wic.7.2012.12.09.04.56.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 04:56:40 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v4 0/3] indicate length of omitted body content Date: Sun, 9 Dec 2012 12:56:33 +0000 Message-Id: <1355057796-19260-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 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, 09 Dec 2012 12:56:43 -0000 This is a (trivially) rebased version of id:1344428872-12374-1-git-send-email-novalazy@gmail.com (There was one bit of context clash, and a small change to one of the sexp tests to mirror the same change for the json test) The patch is Peter's not mine so as a reviewer +1 from me. Best wishes Mark Peter Wang (3): test: normalize only message filenames in show json show: indicate length, encoding of omitted body content test: conform to content length, encoding fields devel/schemata | 9 ++++++++- notmuch-show.c | 14 ++++++++++++++ test/crypto | 30 +++++++++++++++++++++--------- test/json | 4 +++- test/multipart | 11 ++++++----- test/sexp | 2 +- test/test-lib.sh | 2 +- 7 files changed, 54 insertions(+), 18 deletions(-) -- 1.7.9.1