Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 40 / 83c1fc7287b1ffe1f6b21493ac901f2397751a
1 Return-Path: <sandra.snan@handgranat.org>\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 EDEF64196F2\r
6         for <notmuch@notmuchmail.org>; Thu, 18 Mar 2010 13:43:07 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 2H-Xh9lX3PSS for <notmuch@notmuchmail.org>;\r
16         Thu, 18 Mar 2010 13:43:06 -0700 (PDT)\r
17 Received: from mail-ew0-f210.google.com (mail-ew0-f210.google.com\r
18         [209.85.219.210])\r
19         by olra.theworths.org (Postfix) with ESMTP id 88F154196F0\r
20         for <notmuch@notmuchmail.org>; Thu, 18 Mar 2010 13:43:06 -0700 (PDT)\r
21 Received: by ewy2 with SMTP id 2so156467ewy.0\r
22         for <notmuch@notmuchmail.org>; Thu, 18 Mar 2010 13:43:05 -0700 (PDT)\r
23 Received: by 10.213.43.14 with SMTP id u14mr1025705ebe.19.1268944985201;\r
24         Thu, 18 Mar 2010 13:43:05 -0700 (PDT)\r
25 Received: from ellen.idiomdrottning.org.handgranat.org ([83.251.93.216])\r
26         by mx.google.com with ESMTPS id 15sm282027ewy.12.2010.03.18.13.43.04\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Thu, 18 Mar 2010 13:43:04 -0700 (PDT)\r
29 Message-ID: <4ba29058.0f67f10a.2b59.1a73@mx.google.com>\r
30 Date: Thu, 18 Mar 2010 21:43:57 +0100\r
31 From: Sandra Snan <sandra.snan@handgranat.org>\r
32 To: notmuch@notmuchmail.org\r
33 User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9\r
34         (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-pc-linux-gnu)\r
35         MULE/6.0 (HANACHIRUSATO)\r
36 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
37 Content-Type: text/plain; charset=UTF-8\r
38 Content-Transfer-Encoding: quoted-printable\r
39 Subject: [notmuch] [PATCH] Add count command to manual page\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Thu, 18 Mar 2010 20:43:08 -0000\r
53 \r
54 Just found out that I=E2=80=99ve been piping things through wc for no reaso=\r
55 n.\r
56 Heh. Here=E2=80=99s a quick patch, if you want to add this to the manual pa=\r
57 ge.\r
58 \r
59 Signed-off-by: Sandra Snan <sandra.snan@handgranat.org>\r
60 ---\r
61  notmuch.1 |   18 +++++++++++++++++-\r
62  1 files changed, 17 insertions(+), 1 deletions(-)\r
63 \r
64 diff --git a/notmuch.1 b/notmuch.1\r
65 index e573749..4d300c0 100644\r
66 --- a/notmuch.1\r
67 +++ b/notmuch.1\r
68 @@ -126,7 +126,7 @@ syntax. See the\r
69  section below for more details on the supported syntax.\r
70 =20\r
71  The\r
72 -.BR search " and "show\r
73 +.BR "search" ", " "show" " and " "count"\r
74  commands are used to query the email database.\r
75  .RS 4\r
76  .TP 4\r
77 @@ -239,6 +239,22 @@ See the\r
78  .B "SEARCH SYNTAX"\r
79  section below for details of the supported syntax for <search-terms>.\r
80  .RE\r
81 +.TP\r
82 +.BR count " <search-term>..."\r
83 +\r
84 +Count messages matching the search terms.\r
85 +\r
86 +The number of matching messages is output to stdout.\r
87 +\r
88 +A common use of\r
89 +.B notmuch count\r
90 +is to display the count of messages matching both a specific tag and\r
91 +either inbox or unread\r
92 +\r
93 +See the\r
94 +.B "SEARCH SYNTAX"\r
95 +section below for details of the supported syntax for <search-terms>.\r
96 +.RE\r
97  .RE\r
98 =20\r
99  The\r
100 --=20\r
101 1.7.0\r
102 \r