aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-03-09 16:56:50 +0200
committerGravatar David Bremner <bremner@unb.ca>2013-03-30 18:34:10 -0400
commit26105ddbb01c954e4fe04d5d4652e7b165521ba2 (patch)
tree63863f4434f187c9be23c0e958356efd52175eb4 /man
parent268666a071db33c5ce6a01b052d9a19c184e10f6 (diff)
man: document notmuch tag --remove-all
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-tag.112
1 files changed, 11 insertions, 1 deletions
diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1
index 0052ca21..c7d7a4d3 100644
--- a/man/man1/notmuch-tag.1
+++ b/man/man1/notmuch-tag.1
@@ -4,7 +4,7 @@ notmuch-tag \- add/remove tags for all messages matching the search terms
.SH SYNOPSIS
.B notmuch tag
-.RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
+.RI [ options "...] +<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
.B notmuch tag
.RI "--batch"
@@ -40,6 +40,16 @@ Supported options for
include
.RS 4
.TP 4
+.BR \-\-remove\-all
+
+Remove all tags from each message matching the search terms before
+applying the tag changes appearing on the command line. This means
+setting the tags of each message to the tags to be added. If there are
+no tags to be added, the messages will have no tags.
+.RE
+
+.RS 4
+.TP 4
.BR \-\-batch
Read batch tagging operations from a file (stdin by default). This is more