Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / 2e / ba1502ed117fd160db744b680b85733ced0478
1 Return-Path: <too@guru-group.fi>\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 B0EBC431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 24 Jun 2012 14:53:20 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 ydqRHpyKQkJa for <notmuch@notmuchmail.org>;\r
16         Sun, 24 Jun 2012 14:53:19 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 385CF431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 24 Jun 2012 14:53:19 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id A4BA3100394; Mon, 25 Jun 2012 00:53:28 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH] manpages: consistent "format" for NAME section\r
25 Date: Mon, 25 Jun 2012 00:53:27 +0300\r
26 Message-Id: <1340574807-3880-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.7.1\r
28 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Sun, 24 Jun 2012 21:53:20 -0000\r
42 \r
43 The NAME section in manpages generally doesn't start with capital\r
44 letter (unless the word is 'proper noun') and doesn't end with\r
45 period. Notmuch manual pages now matches that "format".\r
46 ---\r
47 \r
48 See http://notmuchmail.org/manpages/ for reference.\r
49 \r
50 \r
51  man/man1/notmuch-config.1       |    2 +-\r
52  man/man1/notmuch-count.1        |    2 +-\r
53  man/man1/notmuch-dump.1         |    2 +-\r
54  man/man1/notmuch-new.1          |    2 +-\r
55  man/man1/notmuch-reply.1        |    2 +-\r
56  man/man1/notmuch-restore.1      |    2 +-\r
57  man/man1/notmuch-search.1       |    2 +-\r
58  man/man1/notmuch-show.1         |    2 +-\r
59  man/man1/notmuch-tag.1          |    2 +-\r
60  man/man7/notmuch-search-terms.7 |    2 +-\r
61  10 files changed, 10 insertions(+), 10 deletions(-)\r
62 \r
63 diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1\r
64 index 4f7985c..2ee555d 100644\r
65 --- a/man/man1/notmuch-config.1\r
66 +++ b/man/man1/notmuch-config.1\r
67 @@ -1,6 +1,6 @@\r
68  .TH NOTMUCH-CONFIG 1 2012-06-01 "Notmuch 0.13.2"\r
69  .SH NAME\r
70 -notmuch-config \- Access notmuch configuration file.\r
71 +notmuch-config \- access notmuch configuration file\r
72  .SH SYNOPSIS\r
73  \r
74  .B notmuch config get\r
75 diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1\r
76 index 8029174..8551ab2 100644\r
77 --- a/man/man1/notmuch-count.1\r
78 +++ b/man/man1/notmuch-count.1\r
79 @@ -1,6 +1,6 @@\r
80  .TH NOTMUCH-COUNT 1 2012-06-01 "Notmuch 0.13.2"\r
81  .SH NAME\r
82 -notmuch-count \- Count messages matching the given search terms.\r
83 +notmuch-count \- count messages matching the given search terms\r
84  .SH SYNOPSIS\r
85  \r
86  .B notmuch count\r
87 diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1\r
88 index 9c7dd84..64abf01 100644\r
89 --- a/man/man1/notmuch-dump.1\r
90 +++ b/man/man1/notmuch-dump.1\r
91 @@ -1,6 +1,6 @@\r
92  .TH NOTMUCH-DUMP 1 2012-06-01 "Notmuch 0.13.2"\r
93  .SH NAME\r
94 -notmuch-dump \- Creates a plain-text dump of the tags of each message.\r
95 +notmuch-dump \- creates a plain-text dump of the tags of each message\r
96  \r
97  .SH SYNOPSIS\r
98  \r
99 diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1\r
100 index cd83a88..e01f2eb 100644\r
101 --- a/man/man1/notmuch-new.1\r
102 +++ b/man/man1/notmuch-new.1\r
103 @@ -1,6 +1,6 @@\r
104  .TH NOTMUCH-NEW 1 2012-06-01 "Notmuch 0.13.2"\r
105  .SH NAME\r
106 -notmuch-new \- Incorporate new mail into the notmuch database.\r
107 +notmuch-new \- incorporate new mail into the notmuch database\r
108  .SH SYNOPSIS\r
109  \r
110  .B notmuch new\r
111 diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
112 index fb5114c..5aa86c0 100644\r
113 --- a/man/man1/notmuch-reply.1\r
114 +++ b/man/man1/notmuch-reply.1\r
115 @@ -1,6 +1,6 @@\r
116  .TH NOTMUCH-REPLY 1 2012-06-01 "Notmuch 0.13.2"\r
117  .SH NAME\r
118 -notmuch-reply \- Constructs a reply template for a set of messages.\r
119 +notmuch-reply \- constructs a reply template for a set of messages\r
120  \r
121  .SH SYNOPSIS\r
122  \r
123 diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1\r
124 index 3156af7..18281c7 100644\r
125 --- a/man/man1/notmuch-restore.1\r
126 +++ b/man/man1/notmuch-restore.1\r
127 @@ -1,6 +1,6 @@\r
128  .TH NOTMUCH-RESTORE 1 2012-06-01 "Notmuch 0.13.2"\r
129  .SH NAME\r
130 -notmuch-restore \- Restores the tags from the given file (see notmuch dump).\r
131 +notmuch-restore \- restores the tags from the given file (see notmuch dump)\r
132  \r
133  .SH SYNOPSIS\r
134  \r
135 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
136 index 5c72c4b..b42eb2c 100644\r
137 --- a/man/man1/notmuch-search.1\r
138 +++ b/man/man1/notmuch-search.1\r
139 @@ -1,6 +1,6 @@\r
140  .TH NOTMUCH-SEARCH 1 2012-06-01 "Notmuch 0.13.2"\r
141  .SH NAME\r
142 -notmuch-search \- Search for messages matching the given search terms.\r
143 +notmuch-search \- search for messages matching the given search terms\r
144  .SH SYNOPSIS\r
145  \r
146  .B notmuch search\r
147 diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1\r
148 index 4aab17c..b51a54c 100644\r
149 --- a/man/man1/notmuch-show.1\r
150 +++ b/man/man1/notmuch-show.1\r
151 @@ -1,6 +1,6 @@\r
152  .TH NOTMUCH-SHOW 1 2012-06-01 "Notmuch 0.13.2"\r
153  .SH NAME\r
154 -notmuch-show \- Show messages matching the given search terms.\r
155 +notmuch-show \- show messages matching the given search terms\r
156  .SH SYNOPSIS\r
157  \r
158  .B notmuch show\r
159 diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1\r
160 index 27e682e..d810e1b 100644\r
161 --- a/man/man1/notmuch-tag.1\r
162 +++ b/man/man1/notmuch-tag.1\r
163 @@ -1,6 +1,6 @@\r
164  .TH NOTMUCH-TAG 1 2012-06-01 "Notmuch 0.13.2"\r
165  .SH NAME\r
166 -notmuch-tag \- Add/remove tags for all messages matching the search terms.\r
167 +notmuch-tag \- add/remove tags for all messages matching the search terms\r
168  \r
169  .SH SYNOPSIS\r
170  .B notmuch tag\r
171 diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7\r
172 index c559ed6..b8ab52d 100644\r
173 --- a/man/man7/notmuch-search-terms.7\r
174 +++ b/man/man7/notmuch-search-terms.7\r
175 @@ -1,7 +1,7 @@\r
176  .TH NOTMUCH-SEARCH-TERMS 7 2012-06-01 "Notmuch 0.13.2"\r
177  \r
178  .SH NAME\r
179 -notmuch-search-terms \- Syntax for notmuch queries\r
180 +notmuch-search-terms \- syntax for notmuch queries\r
181  \r
182  .SH SYNOPSIS\r
183  \r
184 -- \r
185 1.7.1\r
186 \r