From: Sergei Shilovsky Date: Tue, 14 Oct 2014 14:48:31 +0000 (+0400) Subject: [PATCH] man: add notes about issues with notmuch-count X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f916e4b8919b406c47db8bbeed27270501e59de;p=notmuch-archives.git [PATCH] man: add notes about issues with notmuch-count --- diff --git a/2c/f43c6419f12bbe16f079d135afeab46a954b4c b/2c/f43c6419f12bbe16f079d135afeab46a954b4c new file mode 100644 index 000000000..2ec1df750 --- /dev/null +++ b/2c/f43c6419f12bbe16f079d135afeab46a954b4c @@ -0,0 +1,78 @@ +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 462DE431FBF + for ; Tue, 14 Oct 2014 07:50:33 -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 28YQR5kG3hG6 for ; + Tue, 14 Oct 2014 07:50:27 -0700 (PDT) +Received: from mail-la0-f45.google.com (mail-la0-f45.google.com + [209.85.215.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 886E8431FB6 + for ; Tue, 14 Oct 2014 07:50:27 -0700 (PDT) +Received: by mail-la0-f45.google.com with SMTP id q1so8734856lam.18 + for ; Tue, 14 Oct 2014 07:50:24 -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; + bh=qI8p7ja7k5PeFOUjmIDOWA9dKQlSzCfQ4RkYgWV1c7s=; + b=zHj9cymrVWoO5LrQlpqUivYT7XBkHMSzZ7NR0Ljn6dXQ3u/v/qld0xoMZLzNaJuOJU + zoiKFVyfPKIo+fmgaE2ZQVBy3qYikbxxnPmR7gSbHzKCJ0VaJj9u2HL6mmDK6P4SMgd2 + 6xmeDEN3BLUVU8TlOTirKApxpb7AXiJ599jyZvK/Hai+oXEb2DsOSnCQo55Fg6TfD9aa + +HJy32F187SZDsZeN4a5qpLfUTzT+ba4oYdpBlbGMYYMKLF2X2swDhUJr6eeFeE1E7gD + z+8zrX4xc+gzGnpbenushzSDTMSSVeWNuwUXaV4rNx/MeJl5377BffLC+PN8s2C0rcux + gfzQ== +X-Received: by 10.152.87.66 with SMTP id v2mr5866814laz.28.1413298223342; + Tue, 14 Oct 2014 07:50:23 -0700 (PDT) +Received: from localhost (shpd-178-69-250-75.vologda.ru. [178.69.250.75]) + by mx.google.com with ESMTPSA id l2sm5665850lbd.48.2014.10.14.07.50.21 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 14 Oct 2014 07:50:22 -0700 (PDT) +From: Sergei Shilovsky +To: notmuch@notmuchmail.org +Subject: [PATCH] man: add notes about issues with notmuch-count +Date: Tue, 14 Oct 2014 18:48:31 +0400 +Message-Id: <1413298112-19912-1-git-send-email-sshilovsky@gmail.com> +X-Mailer: git-send-email 2.1.0 +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: Tue, 14 Oct 2014 14:50:33 -0000 + +Here are some notes to 'notmuch-count' man page and a couple of related +suggestions/questions for possible discussion: + +1. `notmuch count --output=(messages-exact|messages-estimate)`. Maybe with +notmuch_query_count_messages_exact function + +2. extract `notmuch count --output=files` to notmuch_query_count_filenames +library function + +Sergei Shilovsky (1): + man: add notes about issues with notmuch-count + + doc/man1/notmuch-count.rst | 13 +++++++++---- + 1 file changed, 9 insertions(+), 4 deletions(-) + +-- +2.1.0 +