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 BB72F429E42 for ; Wed, 15 Feb 2012 01:02:57 -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 fd2A+YRvZgoH for ; Wed, 15 Feb 2012 01:02:56 -0800 (PST) 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 B1514431E82 for ; Wed, 15 Feb 2012 01:02:56 -0800 (PST) Received: by mail-we0-f181.google.com with SMTP id p13so603332wer.26 for ; Wed, 15 Feb 2012 01:02:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ySQJJenapPp51A5P6fDmTNiiPVxkMapgrqbXJWsreXw=; b=KxLkC7uvnIOYWgxXWa1hJbiyPO5NHzVTaXEoHPMy3POVC7JGIjgdOqUNYOvCK832++ NMCWpMq91Gy/MftVgsYzHFwfoRTpJFJv9JdnVEz+LC8ZsPp9nBVuw/SAyZooo/OxRXa0 XJQ84OJUEbiRp7RZ3STDHNeSO4HI7Gv/dd9wY= Received: by 10.180.99.65 with SMTP id eo1mr7108258wib.13.1329296576489; Wed, 15 Feb 2012 01:02:56 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id cs4sm7636721wib.8.2012.02.15.01.02.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 01:02:55 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [RFC PATCH v5 02/11] cli: Add --no-exclude to the man pages for search and count Date: Wed, 15 Feb 2012 09:03:30 +0000 Message-Id: <1329296619-7463-3-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com> References: <1329296619-7463-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: Wed, 15 Feb 2012 09:02:58 -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 25fe329..413b405 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 0bc3f40..bc54b4d 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