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 8B53A431FD9 for ; Wed, 20 Jun 2012 06:30:20 -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 CRTeFbVFSRM9 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 CC1AC429E29 for ; Wed, 20 Jun 2012 06:29:59 -0700 (PDT) Received: by pbbrr13 with SMTP id rr13so756934pbb.26 for ; Wed, 20 Jun 2012 06:29:59 -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=OTGkwycPm+n5pS75blnBIynLuQtl2nQC4XQPERvXKtw=; b=la6zXDnCWXDlr/tffpi36yNPlezB+NPUF4ODcytmKVqlRhruBzWVwa+NLDif6Nudl0 sXCST6xdvfIlLpQw/L08gPZPasU3sQlteXZkX+jpJ1OL+l0c2CXxelAXz9/sBp7791MQ 2QYw3gJ5hZJjvNawIqm8GtlM048PSvlD1JQeHR1J0y9nO7QwHjIu5vMiaMxEHVNAcQpt zYJAuIZW2BN+O4W+Itcqrmc73Kmc4klYF1oXX9MakBgBXxzQmiXHoobp4YpUE5Kh5CIQ fj18XuahsAcfdPndO4Em2tP+JzeI/1lyeCAfLU4kngFJ51HmC4dq/UpcitmYbtVLiEMQ Za2Q== Received: by 10.68.223.129 with SMTP id qu1mr75875590pbc.165.1340198995721; Wed, 20 Jun 2012 06:29:55 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id jv6sm31936647pbc.40.2012.06.20.06.29.53 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 06:29:54 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH 5/8] man: clarify search --exclude=flag Date: Wed, 20 Jun 2012 23:29:04 +1000 Message-Id: <1340198947-29370-6-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 Improve the description of the search --exclude=flag option, using text taken from the commit that introduced the option. --- man/man1/notmuch-search.1 | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index 003b742..e23ca30 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -130,9 +130,11 @@ results. Excluded messages are still marked in the relevant outputs. .B flag only has an effect when -.B --output=summary -In this case all matching threads are returned but the "match count" -is the number of matching non-excluded messages in the thread. +.BR --output=summary . +The output is almost identical to +.BR false , +but the "match count" is the number of matching non-excluded messages in the +thread, rather than the number of matching messages. .RE .SH SEE ALSO -- 1.7.4.4