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 2E3EB431FAF for ; Tue, 24 Jul 2012 11:25:26 -0700 (PDT) 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 McKGYGxiv8hG for ; Tue, 24 Jul 2012 11:25:25 -0700 (PDT) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8E2B3431FAE for ; Tue, 24 Jul 2012 11:25:25 -0700 (PDT) Received: by weyt57 with SMTP id t57so5939450wey.26 for ; Tue, 24 Jul 2012 11:25:22 -0700 (PDT) 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=tcL9qFzorAUFMT+axDzocAtZWY+ZdWXyew1o92Ja7Rc=; b=kslx0eJirLRuLP70YvOSBYRRbUMh5kIU1p7M++M23q1rUQi3jZhf0q0D6UA3Y8WyXw xeDKATxg/RcZGlnWOMYi28gbp4bZtaigUDQ+x5n9S4fg388JYYbwGfTZOgaLoTMjbBH7 sWlBPsmrptFybigWzPd5bPlgowQxBpf4FqALOk/538Xc0un/nlkpl5gGiVRTtBbVsJIO xRRn439zH0HItDjjYQIU0DxnIgMqI53fXyHdyDN9ur1ruf74Tmv9+GNAj6q6m91qZe5s IsphmoPOvISMtVxk7Lyx5RtPegMatV4/LKLoPHhDl3fhGEUZDobydmq6sqHzyC4x7O/m yQdA== Received: by 10.216.133.153 with SMTP id q25mr10170478wei.11.1343154322704; Tue, 24 Jul 2012 11:25:22 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id j6sm8542015wiy.4.2012.07.24.11.25.20 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jul 2012 11:25:21 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 (rebased) 0/4] Add a --body option to notmuch show Date: Tue, 24 Jul 2012 19:23:26 +0100 Message-Id: <1343154210-26841-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: Tue, 24 Jul 2012 18:25:26 -0000 This is a rebased version of the series id:"1343066259-22523-1-git-send-email-markwalters1009@gmail.com" It is otherwise unchanged. (The rebase is a change in the context part of the test patch). Best wishes Mark Mark Walters (4): cli: add --body=true|false option to notmuch-show.c test: add tests for the new --body=true|false option man: update man page for the new --body=true|false option schemata: update for --body=true|false option devel/schemata | 2 +- man/man1/notmuch-show.1 | 16 ++++++++++++++++ notmuch-client.h | 3 ++- notmuch-reply.c | 2 +- notmuch-show.c | 30 ++++++++++++++++++++++-------- test/json | 9 +++++++++ 6 files changed, 51 insertions(+), 11 deletions(-) -- 1.7.9.1