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 50CFF431FB6 for ; Thu, 1 Mar 2012 14:29:50 -0800 (PST) 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 DRVoHgPEgoSQ for ; Thu, 1 Mar 2012 14:29:49 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CEFFA429E36 for ; Thu, 1 Mar 2012 14:29:42 -0800 (PST) Received: by mail-wi0-f181.google.com with SMTP id o1so305757wic.26 for ; Thu, 01 Mar 2012 14:29:42 -0800 (PST) Received-SPF: pass (google.com: domain of markwalters1009@gmail.com designates 10.180.106.9 as permitted sender) client-ip=10.180.106.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markwalters1009@gmail.com designates 10.180.106.9 as permitted sender) smtp.mail=markwalters1009@gmail.com; dkim=pass header.i=markwalters1009@gmail.com Received: from mr.google.com ([10.180.106.9]) by 10.180.106.9 with SMTP id gq9mr14011325wib.17.1330640982692 (num_hops = 1); Thu, 01 Mar 2012 14:29:42 -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:in-reply-to:references; bh=hxijofWxu042SNUYdvlTeH1g5UK5/R3ml7Bs8M31AWw=; b=LicNVxebt92v2CxtKQNOneNa1hcQqn8s8AJA23iAg69Us4EalWTx18LePa5zRcqqNV OaN6KjS3Qc7cpAWqyoVsESpBvEXVWKMzyCxYiNANvFL1aIRUFYRYFGuS/JgTeDOkv7z7 r8xTjm4oCTSqzXxjx5gq71e/jymRPUXv6f9x9fWe3IDV8t0FB7qiVyuTmkIoYMyAD0ig qYSskcLFA34odyjdKfqrBWYySw7r6/tcqjWNfrADVYzW/kp+tPQJnHeNsEXiPhnqrgZ+ j96Cr8rpjPXCYAiBu3oQpQCF9Np/h9p2HPdL9T0KW/cEu2O32BsctF4J0jsXAk9Se/wF Cflw== Received: by 10.180.106.9 with SMTP id gq9mr11245349wib.17.1330640982651; Thu, 01 Mar 2012 14:29:42 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id dw7sm44668158wib.4.2012.03.01.14.29.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 14:29:41 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [Patch v7 10/13] man: update manpage for notmuch-show --no-exclude option Date: Thu, 1 Mar 2012 22:30:42 +0000 Message-Id: <1330641045-27416-11-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1330641045-27416-1-git-send-email-markwalters1009@gmail.com> References: <1330641045-27416-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: Thu, 01 Mar 2012 22:29:50 -0000 --- man/man1/notmuch-show.1 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index 4c5db94..d75d971 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -128,6 +128,13 @@ multipart/encrypted part will be replaced by the decrypted content. .RE +.RS 4 +.TP 4 +.B \-\-no-exclude + +Do not exclude the messages matching search.exclude_tags in the config file. +.RE + A common use of .B notmuch show is to display a single thread of email messages. For this, use a -- 1.7.2.3