From 333575a9b4742395b22c0e955cb139eeb91f5dda Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sun, 9 Jun 2013 14:03:12 +0300 Subject: [PATCH] [PATCH v2 6/7] man: document notmuch count --output=files --- b4/801b47856a641258386efc97976d87214d5683 | 105 ++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 b4/801b47856a641258386efc97976d87214d5683 diff --git a/b4/801b47856a641258386efc97976d87214d5683 b/b4/801b47856a641258386efc97976d87214d5683 new file mode 100644 index 000000000..88b26afe8 --- /dev/null +++ b/b4/801b47856a641258386efc97976d87214d5683 @@ -0,0 +1,105 @@ +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 A521C431FAE + for ; Sun, 9 Jun 2013 04:04:11 -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 RNof+96Xgs7N for ; + Sun, 9 Jun 2013 04:04:06 -0700 (PDT) +Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com + [209.85.217.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id AD803431FC0 + for ; Sun, 9 Jun 2013 04:03:43 -0700 (PDT) +Received: by mail-lb0-f177.google.com with SMTP id 10so4966636lbf.22 + for ; Sun, 09 Jun 2013 04:03:42 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references + :in-reply-to:references:x-gm-message-state; + bh=2itUfcH6IVC5pGqOxt70lAcrBmX8gk1PEKvYHMRk8XE=; + b=dNDOVVTDnG5JV8munuJGw5FDy1rEAa7RE0Kv1oqo43cISqc1X+8rPG9pMvUG1Sc0QF + 1xuikBRk6Rp0xSc73y5b8KL80J2tq/hVT94hXebPJ54LzI3SX1Qe7nNfZ6ABio+9X/oZ + K4oC/+mBAY5EQp7IrfRxGTJh1hBR5LZ4yxVx3K8CyyuRQxxbIAClDwht3M7ywzgMJah/ + 91F6m6BWOYJfja9BDcFSAlox86UhYbo/k4XEVryOe8wsFl2IGx/qNvvvOk97qIfipWRC + ALY8PWxsBmvouN+/sQH1E6DEykIaX0vdhAW1QcvReKGx+KWS/bjRWGSFI2Dsn4NFEGXI + MNOA== +X-Received: by 10.112.155.161 with SMTP id vx1mr4428721lbb.78.1370775822251; + Sun, 09 Jun 2013 04:03:42 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id x5sm3845955lbx.8.2013.06.09.04.03.40 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 09 Jun 2013 04:03:41 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH v2 6/7] man: document notmuch count --output=files +Date: Sun, 9 Jun 2013 14:03:12 +0300 +Message-Id: + <88abaedbfef39b34ebf93f65f48446b13d2e55d6.1370775663.git.jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: +References: +In-Reply-To: +References: +X-Gm-Message-State: + ALoCoQnFhZYxNAIugZQ8U4TajMLhCcWNhKT0yVfTuBFms7X9cATFB6oWycRZpBOiSz3aMu0xUR1l +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: Sun, 09 Jun 2013 11:04:11 -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 + -- 2.26.2