]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - manpages/notmuch-tag-1.mdwn
manpages/ for quality control. manpages.mdwn todo
[obsolete/notmuch-wiki] / manpages / notmuch-tag-1.mdwn
diff --git a/manpages/notmuch-tag-1.mdwn b/manpages/notmuch-tag-1.mdwn
new file mode 100644 (file)
index 0000000..1e5fa16
--- /dev/null
@@ -0,0 +1,53 @@
+<h1>NOTMUCH-TAG(1)</h1>
+
+<h2>NAME</h2>
+
+<pre>
+       notmuch-tag  -  Add/remove  tags  for  all messages matching the search
+       terms.
+</pre>
+
+<h2>SYNOPSIS</h2>
+
+<pre>
+       <b>notmuch</b> <b>tag</b> +<<u>tag></u>|-<<u>tag</u>> [...] [--] <<u>search-term</u>>...
+</pre>
+
+<h2>DESCRIPTION</h2>
+
+<pre>
+       Add/remove tags for all messages matching the search terms.
+</pre>
+
+<pre>
+       See <b>notmuch-search-terms</b>(7) for details of  the  supported  syntax  for
+       <search-terms>.
+</pre>
+
+<pre>
+       Tags prefixed by '+' are added while those prefixed by '-' are removed.
+       For each message, tag removal is performed before tag addition.
+</pre>
+
+<pre>
+       The beginning of <search-terms> is recognized  by  the  first  argument
+       that  begins  with  neither  '+' nor '-'. Support for an initial search
+       term beginning with '+' or '-' is provided  by  allowing  the  user  to
+       specify a "--" argument to separate the tags from the search terms.
+</pre>
+
+<pre>
+       <b>notmuch</b>  <b>tag</b>  updates the maildir flags according to tag changes if the
+       <b>maildir.synchronize</b>_<b>flags</b> configuration option is enabled. See <b>notmuch-</b>
+       <b>config</b>(1) for details.
+</pre>
+
+<h2>SEE ALSO</h2>
+
+<pre>
+       <b>notmuch</b>(1),  <b>notmuch-config</b>(1), <b>notmuch-count</b>(1), <b>notmuch-dump</b>(1), <b>not-</b>
+       <b>much-hooks</b>(5),  <b>notmuch-new</b>(1),  <b>notmuch-reply</b>(1),  <b>notmuch-restore</b>(1),
+       <b>notmuch-search</b>(1), <b>notmuch-search-terms</b>(7), <b>notmuch-show</b>(1),
+</pre>
+
+<h1>Notmuch 0.13.2</h1>