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 92448431FD6 for ; Tue, 24 Jul 2012 11:25:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 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, 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 aMnTpELF5RJr for ; Tue, 24 Jul 2012 11:25:33 -0700 (PDT) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9FE7C431FD4 for ; Tue, 24 Jul 2012 11:25:32 -0700 (PDT) Received: by wibhq4 with SMTP id hq4so3314940wib.2 for ; Tue, 24 Jul 2012 11:25:29 -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:in-reply-to:references; bh=XwYxQHrWw//V9o8kVkXF/p5WlovRVE14RJwt6Xamsdw=; b=pg0zrz59+W0eNk8MenL5dpdjobYE48T5HG4T/bcIdS537lY2ycxH6SkmU2Ye2yAMMo ZyF929/HobR85ZMiFe/CZk4eDpsFytahn9TYxiVwUUXOaWz/+0sEfcOfFm8qr/kvdI/f rwph9tFRLYAA2cbg8QRT0vBsXjYAR1z7HMbSBkYfs8dsLfpMs2sifz7V6t2Ei9lAq2aw acLOYuljvOK4IGXl5LGx1cbimoQbiHEeObtoxFeUs4i9dcfCkkfaaT8ahfplK608pwo5 s5nWJO7OnsmtfoiwJQQap3EGfwtnYrZMLxgQ6TaF98V7HFs0flo+8XGOeHRvAkGTD2Ay Khvw== Received: by 10.180.100.133 with SMTP id ey5mr9286919wib.4.1343154329756; Tue, 24 Jul 2012 11:25:29 -0700 (PDT) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id ep14sm6038684wid.0.2012.07.24.11.25.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jul 2012 11:25:29 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 (rebased) 3/4] man: update man page for the new --body=true|false option Date: Tue, 24 Jul 2012 19:23:29 +0100 Message-Id: <1343154210-26841-4-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1343154210-26841-1-git-send-email-markwalters1009@gmail.com> References: <1343154210-26841-1-git-send-email-markwalters1009@gmail.com> 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:34 -0000 --- man/man1/notmuch-show.1 | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index b51a54c..506583a 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -152,6 +152,22 @@ The default is .RE +.RS 4 +.TP 4 +.B \-\-body=(true|false) + +If true (the default) +.B notmuch show +includes the bodies of the messages in the output; if false, +bodies are omitted. +.B --body=false +is only implemented for the json format and it is incompatible with +.B --part > 0. + +This is useful if the caller only needs the headers as body-less +output is much faster and substantially smaller. +.RE + A common use of .B notmuch show is to display a single thread of email messages. For this, use a -- 1.7.9.1