mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +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
|
||||
.B notmuch tag
|
||||
.RI "+<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
|
||||
.RI [ options "...] +<" tag ">|\-<" tag "> [...] [\-\-] <" search-term "> [...]"
|
||||
|
||||
.B notmuch tag
|
||||
.RI "--batch"
|
||||
|
@ -38,6 +38,16 @@ details.
|
|||
Supported options for
|
||||
.B tag
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue