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 E0792431FBC for ; Fri, 14 Dec 2012 19:07:18 -0800 (PST) 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 aMy0X+2PQl2J for ; Fri, 14 Dec 2012 19:07:18 -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 57A05431FB6 for ; Fri, 14 Dec 2012 19:07:18 -0800 (PST) Received: by mail-pa0-f53.google.com with SMTP id hz1so2634605pad.26 for ; Fri, 14 Dec 2012 19:07:17 -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=Q1pzT9omj30QHwxAQ09lvfG0e6u5EsuxkSvrPrhgWik=; b=D8Se5GJRvkz9gas7ImjuoLtg5Yq5CWVUiC1QiXr8fjm8yhpm+qxXimd0jPZNlzca4D NTLFMdTIxkiXYPclim8sPmsZRmqAUq4QiMVavx/6C24tvF8ePvvOO3rShYhZf0PiitQM TddE7g3QYokOiQiHrQt7c0KRjYWJVrFPV6a9aqRnFVIfbYfDoaPTn13RpCNQBxfwrmQl LwuFjM6mF9XNQJ+5kM7mEw6C0NvdtxW4zy8PULGDN1bGs5nsSMf6nuvvUhQ/jNMDAL+m rZ/8mAjtxxKPuw3kUHHLJaJYbr9dVAZ/UZzG+c5tMqkqR2RLpvWyNJBHEtHVY4O+4tQl rGfQ== Received: by 10.68.248.74 with SMTP id yk10mr21419450pbc.86.1355540836474; Fri, 14 Dec 2012 19:07:16 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id j8sm4225559paz.30.2012.12.14.19.07.10 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Dec 2012 19:07:15 -0800 (PST) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH v5 0/4] indicate length of omitted body content Date: Sat, 15 Dec 2012 14:06:41 +1100 Message-Id: <1355540805-24937-1-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.12.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: Sat, 15 Dec 2012 03:07:19 -0000 This obsoletes 1355057796-19260-1-git-send-email-markwalters1009@gmail.com Peter Wang (4): test: normalize only message filenames in show json show: indicate charset for all omitted parts show: indicate length, encoding of omitted body content test: conform to content length, encoding fields devel/schemata | 9 ++++++++- notmuch-show.c | 36 ++++++++++++++++++++++++++++-------- test/crypto | 30 +++++++++++++++++++++--------- test/json | 4 +++- test/multipart | 26 ++++++++++++++------------ test/sexp | 4 +++- test/test-lib.sh | 2 +- 7 files changed, 78 insertions(+), 33 deletions(-) -- 1.7.12.1