Re: [PATCH v3] nmbug: Translate to Python
[notmuch-archives.git] / f3 / fe32b36b7c17288aa98bce1bdcd455e2645190
1 Return-Path: <markwalters1009@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 BB72F429E42\r
6         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:02:57 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id fd2A+YRvZgoH for <notmuch@notmuchmail.org>;\r
18         Wed, 15 Feb 2012 01:02:56 -0800 (PST)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id B1514431E82\r
23         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:02:56 -0800 (PST)\r
24 Received: by mail-we0-f181.google.com with SMTP id p13so603332wer.26\r
25         for <notmuch@notmuchmail.org>; Wed, 15 Feb 2012 01:02:56 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=ySQJJenapPp51A5P6fDmTNiiPVxkMapgrqbXJWsreXw=;\r
29         b=KxLkC7uvnIOYWgxXWa1hJbiyPO5NHzVTaXEoHPMy3POVC7JGIjgdOqUNYOvCK832++\r
30         NMCWpMq91Gy/MftVgsYzHFwfoRTpJFJv9JdnVEz+LC8ZsPp9nBVuw/SAyZooo/OxRXa0\r
31         XJQ84OJUEbiRp7RZ3STDHNeSO4HI7Gv/dd9wY=\r
32 Received: by 10.180.99.65 with SMTP id eo1mr7108258wib.13.1329296576489;\r
33         Wed, 15 Feb 2012 01:02:56 -0800 (PST)\r
34 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
35  [94.192.233.223])      by mx.google.com with ESMTPS id\r
36  cs4sm7636721wib.8.2012.02.15.01.02.55  (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Wed, 15 Feb 2012 01:02:55 -0800 (PST)\r
38 From: Mark Walters <markwalters1009@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [RFC PATCH v5 02/11] cli: Add --no-exclude to the man pages for\r
41         search and count\r
42 Date: Wed, 15 Feb 2012 09:03:30 +0000\r
43 Message-Id: <1329296619-7463-3-git-send-email-markwalters1009@gmail.com>\r
44 X-Mailer: git-send-email 1.7.2.3\r
45 In-Reply-To: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\r
46 References: <1329296619-7463-1-git-send-email-markwalters1009@gmail.com>\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: Wed, 15 Feb 2012 09:02:58 -0000\r
60 \r
61 ---\r
62  man/man1/notmuch-count.1  |    7 +++++++\r
63  man/man1/notmuch-search.1 |    7 +++++++\r
64  2 files changed, 14 insertions(+), 0 deletions(-)\r
65 \r
66 diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1\r
67 index 25fe329..413b405 100644\r
68 --- a/man/man1/notmuch-count.1\r
69 +++ b/man/man1/notmuch-count.1\r
70 @@ -38,6 +38,13 @@ Output the number of matching messages. This is the default.\r
71  Output the number of matching threads.\r
72  .RE\r
73  .RE\r
74 +\r
75 +.RS 4\r
76 +.TP 4\r
77 +.BR \-\-no\-exclude\r
78 +\r
79 +Do not exclude the messages matching search_exclude_tags in the config file.\r
80 +.RE\r
81  .RE\r
82  .RE\r
83  \r
84 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
85 index 0bc3f40..bc54b4d 100644\r
86 --- a/man/man1/notmuch-search.1\r
87 +++ b/man/man1/notmuch-search.1\r
88 @@ -112,6 +112,13 @@ result from the end.\r
89  Limit the number of displayed results to N.\r
90  .RE\r
91  \r
92 +.RS 4\r
93 +.TP 4\r
94 +.BR \-\-no\-exclude\r
95 +\r
96 +Do not exclude the messages matching search_exclude_tags in the config file.\r
97 +.RE\r
98 +\r
99  .SH SEE ALSO\r
100  \r
101  \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
102 -- \r
103 1.7.2.3\r
104 \r