aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/man1/notmuch-tag.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/notmuch-tag.1')
-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