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 4E4C9429E26 for ; Wed, 20 Jun 2012 06:30:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.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 m073KIBgYg9X for ; Wed, 20 Jun 2012 06:30:19 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 05B3C429E2E for ; Wed, 20 Jun 2012 06:30:04 -0700 (PDT) Received: by mail-pb0-f53.google.com with SMTP id rr13so756934pbb.26 for ; Wed, 20 Jun 2012 06:30:04 -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=/527YOeEcMjEfzpGXyhu5fmWKj0BeK6urYMr8LF8ndg=; b=iTR/5crXXZFXcQkosD+nezDvcwe8ZcDW04BYpbu8C+kr+6DkW/Di9FaOh6+SJrniXC X2Ah7gryFzuHtYo0DehEdPi14VKGLlsnlVAu7985F4LBVTCOME8JhU8YMdqu8/e8Kcyp pGXZ+3HS38nhwBL3A3VMmX8DdbQ8khBQSlaO3FrykqOR6hbyuN9brOMNNABHMbQNdWdF g2sok1SEd6bSSisXTtI/0HzzFyXavQUliqCAx6lAZ4zJy4+hgYMAF4XSS3On+9HwxXTS Dq/u2EC1br8GLTjmTevX3EeaLDne+JK4vlJ+foZ3IPZsGGgDA5tavmotCZYKBcza6PdN vLXA== Received: by 10.68.221.74 with SMTP id qc10mr34077740pbc.31.1340199004882; Wed, 20 Jun 2012 06:30:04 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id ny4sm31930204pbb.57.2012.06.20.06.30.02 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 06:30:03 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH 6/8] man: document search --exclude=all Date: Wed, 20 Jun 2012 23:29:05 +1000 Message-Id: <1340198947-29370-7-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1340198947-29370-1-git-send-email-novalazy@gmail.com> References: <1340198947-29370-1-git-send-email-novalazy@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, 20 Jun 2012 13:30:21 -0000 Document the new search --exclude=all option. --- man/man1/notmuch-search.1 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index e23ca30..1d8d57a 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -114,7 +114,7 @@ Limit the number of displayed results to N. .RS 4 .TP 4 -.BR \-\-exclude=(true|false|flag) +.BR \-\-exclude=(true|false|all|flag) Messages matching search.tag_exclude are called "excluded messages". This option specifies whether to omit excluded messages in the search @@ -124,6 +124,10 @@ The default value, .BR true , prevents excluded messages from matching the search terms. +.B all +additionally prevents excluded messages from appearing in displayed +results, in effect behaving as though the excluded messages do not exist. + .B false allows excluded messages to match search terms and appear in displayed results. Excluded messages are still marked in the relevant outputs. -- 1.7.4.4