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 2AFC8431FC9 for ; Sat, 17 Aug 2013 05:12:28 -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 dP5kzk+46cKK for ; Sat, 17 Aug 2013 05:12:22 -0700 (PDT) Received: from mail-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1CFD742116F for ; Sat, 17 Aug 2013 05:11:50 -0700 (PDT) Received: by mail-bk0-f44.google.com with SMTP id mz10so945117bkb.31 for ; Sat, 17 Aug 2013 05:11:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=u98TLcC7+SRtb+c0M41P6VQ2yAyB0FZyZaRfdpz2RB0=; b=KJz3y+EiIPTvReE2k0HYdeUwpFMnQ9cNztYzUsd0xYi168OC44lQ6SwSR45jptvltX SNg4xN2dhvO5oIPrb5fpJ05p6UgkCUrywy3Q/wlT8kkKDPFeX53sfVnCuR1M+K1g1I/o O+zuVAi12ilMdD1bD+PltzEbw/LDcgDHqNF/zY36Q5/xt+plZN3PLaCh6teV30ffGSnz jpiE0teuA9H6hbNK8WXLOI/3jYeBTV7U5A/Qv61DmaTaEVuNi5nP1gJbf4I978GGq5WI gDLVIUdPh62E72I29DvF9f5ADGTo3SoBSFI3armyJ0+v1iRDQPIyfZ8WxrBWdi+NoEFO T1PA== X-Gm-Message-State: ALoCoQmeyAzxzBHFPY+ry6pnP25ETWy5Mw/c270Jida40nFTjaIh+4RPVeZGunXL/FgqKWnBOt93 X-Received: by 10.205.15.72 with SMTP id pt8mr1579147bkb.17.1376741509829; Sat, 17 Aug 2013 05:11:49 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id m6sm251335bki.7.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 17 Aug 2013 05:11:48 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v3 6/8] man: document notmuch count --output=files Date: Sat, 17 Aug 2013 15:11:31 +0300 Message-Id: <4227482b8063d8da51199609605a3fddb004ea54.1376741447.git.jani@nikula.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: 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: Sat, 17 Aug 2013 12:12:28 -0000 Document the notmuch count --output=files option. --- 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 baed25f..173e884 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