Re: search query "replytoid:<blah>"
[notmuch-archives.git] / 18 / 15a81c923ab81c57343badcb18350297fe903a
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 0C54E431FBD\r
6         for <notmuch@notmuchmail.org>; Thu,  2 Feb 2012 09:42: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 V5J6+jRGLDvr for <notmuch@notmuchmail.org>;\r
18         Thu,  2 Feb 2012 09:42: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 73E32431FAE\r
23         for <notmuch@notmuchmail.org>; Thu,  2 Feb 2012 09:42:56 -0800 (PST)\r
24 Received: by werb10 with SMTP id b10so2324200wer.26\r
25         for <notmuch@notmuchmail.org>; Thu, 02 Feb 2012 09:42:55 -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=n2e/MPDKV+CApv4oduME+L0tPCLWWeDnC1Wqdn8RU880+i3XxSkXwfRDJT5a+SPg87\r
30         cPCYj4FDBMRb1+9t/IPYEyCPVx0Vw7UMDI6KuzSu5yQUgdt3moXk4rgKEg9RJfu645j4\r
31         NA8jNxgyrSQSGxJC2rpROiOCYvVV2n8oHWbQo=\r
32 Received: by 10.216.135.106 with SMTP id t84mr4922952wei.21.1328204575256;\r
33         Thu, 02 Feb 2012 09:42:55 -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  g6sm4110145wig.9.2012.02.02.09.42.53   (version=TLSv1/SSLv3 cipher=OTHER);     Thu,\r
37  02 Feb 2012 09:42:54 -0800 (PST)\r
38 From: Mark Walters <markwalters1009@gmail.com>\r
39 To: notmuch@notmuchmail.org,\r
40         amdragon@MIT.EDU\r
41 Subject: [PATCH v4 02/11] cli: Add --no-exclude to the man pages for search\r
42         and count\r
43 Date: Thu,  2 Feb 2012 17:43:30 +0000\r
44 Message-Id: <1328204619-25046-2-git-send-email-markwalters1009@gmail.com>\r
45 X-Mailer: git-send-email 1.7.2.3\r
46 In-Reply-To: <874nv9rv79.fsf@qmul.ac.uk>\r
47 References: <874nv9rv79.fsf@qmul.ac.uk>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 02 Feb 2012 17:42:57 -0000\r
61 \r
62 ---\r
63  man/man1/notmuch-count.1  |    7 +++++++\r
64  man/man1/notmuch-search.1 |    7 +++++++\r
65  2 files changed, 14 insertions(+), 0 deletions(-)\r
66 \r
67 diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1\r
68 index 25fe329..413b405 100644\r
69 --- a/man/man1/notmuch-count.1\r
70 +++ b/man/man1/notmuch-count.1\r
71 @@ -38,6 +38,13 @@ Output the number of matching messages. This is the default.\r
72  Output the number of matching threads.\r
73  .RE\r
74  .RE\r
75 +\r
76 +.RS 4\r
77 +.TP 4\r
78 +.BR \-\-no\-exclude\r
79 +\r
80 +Do not exclude the messages matching search_exclude_tags in the config file.\r
81 +.RE\r
82  .RE\r
83  .RE\r
84  \r
85 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1\r
86 index 0bc3f40..bc54b4d 100644\r
87 --- a/man/man1/notmuch-search.1\r
88 +++ b/man/man1/notmuch-search.1\r
89 @@ -112,6 +112,13 @@ result from the end.\r
90  Limit the number of displayed results to N.\r
91  .RE\r
92  \r
93 +.RS 4\r
94 +.TP 4\r
95 +.BR \-\-no\-exclude\r
96 +\r
97 +Do not exclude the messages matching search_exclude_tags in the config file.\r
98 +.RE\r
99 +\r
100  .SH SEE ALSO\r
101  \r
102  \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
103 -- \r
104 1.7.2.3\r
105 \r