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 0E9EC431FD8 for ; Thu, 1 Mar 2012 14:29:15 -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 Ec49y6UxxBt7 for ; Thu, 1 Mar 2012 14:29:14 -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 491B2431FD9 for ; Thu, 1 Mar 2012 14:29:09 -0800 (PST) Received: by mail-wi0-f181.google.com with SMTP id o1so305757wic.26 for ; Thu, 01 Mar 2012 14:29:09 -0800 (PST) Received-SPF: pass (google.com: domain of markwalters1009@gmail.com designates 10.180.107.99 as permitted sender) client-ip=10.180.107.99; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markwalters1009@gmail.com designates 10.180.107.99 as permitted sender) smtp.mail=markwalters1009@gmail.com; dkim=pass header.i=markwalters1009@gmail.com Received: from mr.google.com ([10.180.107.99]) by 10.180.107.99 with SMTP id hb3mr15029403wib.5.1330640949116 (num_hops = 1); Thu, 01 Mar 2012 14:29:09 -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=s4QqBF0k0s25xNBeFlEY2jBddj7zaaQOaRb9FmlRdew=; b=QGDlSMBuLqDBE7QZBWTi5ln4OyB6ehbaLKG8JMPee9joBDoM6HRvlA4cXisfTl418W Zy6jH9bZHIpBvcuU7K97oRkoO/k7iAYyy1goJFaOOzLf1BYxZrmvzZquJrxwzfto0GAI 1zT0TmlkkwhEqomZIRVfIEJUP36PhNfoxiwOSMeP4E+ADbzLp3O5BHL/qnd8OiIf3Uo+ StdVIB981NJVLnEEsHbqXak2IWDWETohLJDbh5GiqKteIoJ2eqK55TrzbnhRMS0Mp3CN aSj0wNC2En1nW1TpoxJRsrcnwwcG4wo/eXkdQ51/IUluC7XeKFmc7XOTnqKTlPXRYXpt jlaQ== Received: by 10.180.107.99 with SMTP id hb3mr12081461wib.5.1330640949044; Thu, 01 Mar 2012 14:29:09 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id bg3sm44655027wib.10.2012.03.01.14.29.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 14:29:08 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [Patch v7 02/13] cli: Add --no-exclude to the man pages for search and count Date: Thu, 1 Mar 2012 22:30:34 +0000 Message-Id: <1330641045-27416-3-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:15 -0000 --- man/man1/notmuch-count.1 | 7 +++++++ man/man1/notmuch-search.1 | 7 +++++++ 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 index 0d0ab5d..805a8ae 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -38,6 +38,13 @@ Output the number of matching messages. This is the default. Output the number of matching threads. .RE .RE + +.RS 4 +.TP 4 +.BR \-\-no\-exclude + +Do not exclude the messages matching search.exclude_tags in the config file. +.RE .RE .RE diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index 19d85df..8426aa3 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -112,6 +112,13 @@ result from the end. Limit the number of displayed results to N. .RE +.RS 4 +.TP 4 +.BR \-\-no\-exclude + +Do not exclude the messages matching search.exclude_tags in the config file. +.RE + .SH SEE ALSO \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), -- 1.7.2.3