Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / db / 03233fd070dfa0ac337246716cc49c0964869b
1 Return-Path: <bremner@tethera.net>\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 F07E0431FC2\r
6         for <notmuch@notmuchmail.org>; Fri, 14 Dec 2012 05:35:01 -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\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 2IDIqBqzfJlv for <notmuch@notmuchmail.org>;\r
16         Fri, 14 Dec 2012 05:35:01 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 13A9C431FDA\r
21         for <notmuch@notmuchmail.org>; Fri, 14 Dec 2012 05:34:54 -0800 (PST)\r
22 Received: from fctnnbsc30w-142167090129.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([142.167.90.129] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa\r
25         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
26         (envelope-from <bremner@tethera.net>)\r
27         id 1TjVPh-0004yw-C1; Fri, 14 Dec 2012 09:34:53 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1TjVPb-00022w-RW; Fri, 14 Dec 2012 09:34:47 -0400\r
31 From: david@tethera.net\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [Patch v7 14/14] man: document notmuch tag --batch, --input options\r
34 Date: Fri, 14 Dec 2012 09:34:22 -0400\r
35 Message-Id: <1355492062-7546-15-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.10.4\r
37 In-Reply-To: <1355492062-7546-1-git-send-email-david@tethera.net>\r
38 References: <1355492062-7546-1-git-send-email-david@tethera.net>\r
39 X-Spam_bar: -\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: Fri, 14 Dec 2012 13:35:02 -0000\r
53 \r
54 From: Jani Nikula <jani@nikula.org>\r
55 \r
56 ---\r
57  man/man1/notmuch-tag.1 |   50 ++++++++++++++++++++++++++++++++++++++++++++++++\r
58  1 file changed, 50 insertions(+)\r
59 \r
60 diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1\r
61 index d23700d..c4e60d3 100644\r
62 --- a/man/man1/notmuch-tag.1\r
63 +++ b/man/man1/notmuch-tag.1\r
64 @@ -6,6 +6,11 @@ notmuch-tag \- add/remove tags for all messages matching the search terms\r
65  .B notmuch tag\r
66  .RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"\r
67  \r
68 +.B notmuch tag\r
69 +.RI "--batch"\r
70 +.RI "[ --input=<" filename "> ]"\r
71 +\r
72 +\r
73  .SH DESCRIPTION\r
74  \r
75  Add/remove tags for all messages matching the search terms.\r
76 @@ -29,6 +34,51 @@ updates the maildir flags according to tag changes if the\r
77  configuration option is enabled. See \fBnotmuch-config\fR(1) for\r
78  details.\r
79  \r
80 +Supported options for\r
81 +.B tag\r
82 +include\r
83 +.RS 4\r
84 +.TP 4\r
85 +.BR \-\-batch\r
86 +\r
87 +Read batch tagging operations from a file (stdin by default). This is more\r
88 +efficient than repeated\r
89 +.B notmuch tag\r
90 +invocations. See\r
91 +.B TAG FILE FORMAT\r
92 +below for the input format. This option is not compatible with\r
93 +specifying tagging on the command line.\r
94 +.RE\r
95 +\r
96 +.RS 4\r
97 +.TP 4\r
98 +.BR "\-\-input=" <filename>\r
99 +\r
100 +Read input from given file, instead of from stdin. Implies\r
101 +.BR --batch .\r
102 +\r
103 +.SH TAG FILE FORMAT\r
104 +\r
105 +The input must consist of lines of the format:\r
106 +\r
107 +.RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"\r
108 +\r
109 +Each line is interpreted similarly to\r
110 +.B notmuch tag\r
111 +command line arguments. The delimiter is one or more spaces ' '. Any\r
112 +characters in <tag> and <search-term>\r
113 +.B may\r
114 +be hex encoded with %NN where NN is the hexadecimal value of the\r
115 +character. Any ' ' and '%' characters in <tag> and <search-terms>\r
116 +.B must\r
117 +be hex encoded (using %20 and %25, respectively). Any characters that\r
118 +are not part of <tag> or <search-terms>\r
119 +.B must not\r
120 +be hex encoded.\r
121 +\r
122 +Leading and trailing space ' ' is ignored. Empty lines and lines\r
123 +beginning with '#' are ignored.\r
124 +\r
125  .SH SEE ALSO\r
126  \r
127  \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),\r
128 -- \r
129 1.7.10.4\r
130 \r