mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
man: document notmuch tag --remove-all
This commit is contained in:
parent
268666a071
commit
26105ddbb0
1 changed files with 11 additions and 1 deletions
|
@ -4,7 +4,7 @@ notmuch-tag \- add/remove tags for all messages matching the search terms
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B notmuch tag
|
.B notmuch tag
|
||||||
.RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
|
.RI [ options "...] +<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
|
||||||
|
|
||||||
.B notmuch tag
|
.B notmuch tag
|
||||||
.RI "--batch"
|
.RI "--batch"
|
||||||
|
@ -38,6 +38,16 @@ details.
|
||||||
Supported options for
|
Supported options for
|
||||||
.B tag
|
.B tag
|
||||||
include
|
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
|
.RS 4
|
||||||
.TP 4
|
.TP 4
|
||||||
.BR \-\-batch
|
.BR \-\-batch
|
||||||
|
|
Loading…
Reference in a new issue