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 F319C431FD2 for ; Mon, 13 May 2013 11:27:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 JKOtCE+7k0qO for ; Mon, 13 May 2013 11:27:43 -0700 (PDT) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0CCAF431FDC for ; Mon, 13 May 2013 11:27:20 -0700 (PDT) Received: by mail-lb0-f174.google.com with SMTP id r10so6735950lbi.19 for ; Mon, 13 May 2013 11:27:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references:x-gm-message-state; bh=2itUfcH6IVC5pGqOxt70lAcrBmX8gk1PEKvYHMRk8XE=; b=Vv5+g7/ntPjR3Zgm6QLz5uu4xaAQRfjuJJgvTwGj2RPVYX0oBVpsAPwj74vcofp/Cy UlQfbyBrIB6NBXoEylgGWSZj9bItT9+PW5bR/7ZzjKpIxyalo9ONVU+nzchDjq5QH9Ej xwZB/gcxmhoRoYQ1/HjKQgiZ1yj/81BXBiFlBSz9TKWquc5crAO5pCohjQknjpxKWnV/ Ooyiex3Nk24bcu0Ays7Z/tjs5/B52X5fmJ+9EFVbvNSkBOc4CyseS14sIRl4kHbfGmmF A5Wgpy8BAfurEbM+rwd1GU3EbOPgcDbfjgDwlUpu9B62SiczRngruTAerj+VxHM9aT+m 0K8g== X-Received: by 10.112.73.135 with SMTP id l7mr13625258lbv.42.1368469639615; Mon, 13 May 2013 11:27:19 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id ky7sm2477981lbc.16.2013.05.13.11.27.18 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 May 2013 11:27:18 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 6/6] man: document notmuch count --output=files Date: Mon, 13 May 2013 21:27:01 +0300 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQlGzGoQVzihHFSbDsRZv/wjG4k23ciC5FcTKgHoIK0x9g5BP0ClieH5eqlGVC2xtHrjiK/c 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: Mon, 13 May 2013 18:27:48 -0000 --- man/man1/notmuch-count.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 index 7fc4378..60af631 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -23,7 +23,7 @@ Supported options for include .RS 4 .TP 4 -.B \-\-output=(messages|threads) +.B \-\-output=(messages|threads|files) .RS 4 .TP 4 @@ -37,6 +37,14 @@ Output the number of matching messages. This is the default. Output the number of matching threads. .RE +.RS 4 +.TP 4 +.B files + +Output the number of files associated with matching messages. This may +be bigger than the number of matching messages due to duplicates +(i.e. multiple files having the same message-id). +.RE .RE .RS 4 -- 1.7.10.4