Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2c / f43c6419f12bbe16f079d135afeab46a954b4c
1 Return-Path: <sshilovsky@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 462DE431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 14 Oct 2014 07:50:33 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 28YQR5kG3hG6 for <notmuch@notmuchmail.org>;\r
17         Tue, 14 Oct 2014 07:50:27 -0700 (PDT)\r
18 Received: from mail-la0-f45.google.com (mail-la0-f45.google.com\r
19         [209.85.215.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 886E8431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 14 Oct 2014 07:50:27 -0700 (PDT)\r
23 Received: by mail-la0-f45.google.com with SMTP id q1so8734856lam.18\r
24         for <notmuch@notmuchmail.org>; Tue, 14 Oct 2014 07:50:24 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id;\r
27         bh=qI8p7ja7k5PeFOUjmIDOWA9dKQlSzCfQ4RkYgWV1c7s=;\r
28         b=zHj9cymrVWoO5LrQlpqUivYT7XBkHMSzZ7NR0Ljn6dXQ3u/v/qld0xoMZLzNaJuOJU\r
29         zoiKFVyfPKIo+fmgaE2ZQVBy3qYikbxxnPmR7gSbHzKCJ0VaJj9u2HL6mmDK6P4SMgd2\r
30         6xmeDEN3BLUVU8TlOTirKApxpb7AXiJ599jyZvK/Hai+oXEb2DsOSnCQo55Fg6TfD9aa\r
31         +HJy32F187SZDsZeN4a5qpLfUTzT+ba4oYdpBlbGMYYMKLF2X2swDhUJr6eeFeE1E7gD\r
32         z+8zrX4xc+gzGnpbenushzSDTMSSVeWNuwUXaV4rNx/MeJl5377BffLC+PN8s2C0rcux\r
33         gfzQ==\r
34 X-Received: by 10.152.87.66 with SMTP id v2mr5866814laz.28.1413298223342;\r
35         Tue, 14 Oct 2014 07:50:23 -0700 (PDT)\r
36 Received: from localhost (shpd-178-69-250-75.vologda.ru. [178.69.250.75])\r
37         by mx.google.com with ESMTPSA id l2sm5665850lbd.48.2014.10.14.07.50.21\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Tue, 14 Oct 2014 07:50:22 -0700 (PDT)\r
41 From: Sergei Shilovsky <sshilovsky@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] man: add notes about issues with notmuch-count\r
44 Date: Tue, 14 Oct 2014 18:48:31 +0400\r
45 Message-Id: <1413298112-19912-1-git-send-email-sshilovsky@gmail.com>\r
46 X-Mailer: git-send-email 2.1.0\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 14 Oct 2014 14:50:33 -0000\r
60 \r
61 Here are some notes to 'notmuch-count' man page and a couple of related\r
62 suggestions/questions for possible discussion:\r
63 \r
64 1. `notmuch count --output=(messages-exact|messages-estimate)`. Maybe with\r
65 notmuch_query_count_messages_exact function\r
66 \r
67 2. extract `notmuch count --output=files` to  notmuch_query_count_filenames\r
68 library function\r
69 \r
70 Sergei Shilovsky (1):\r
71   man: add notes about issues with notmuch-count\r
72 \r
73  doc/man1/notmuch-count.rst | 13 +++++++++----\r
74  1 file changed, 9 insertions(+), 4 deletions(-)\r
75 \r
76 -- \r
77 2.1.0\r
78 \r