aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-03-09 16:56:49 +0200
committerGravatar David Bremner <bremner@unb.ca>2013-03-30 18:33:59 -0400
commit268666a071db33c5ce6a01b052d9a19c184e10f6 (patch)
treeb9b611ceed34cfa8f2b0e00d0df0ab6b174a9007 /man
parenta6822eccaca773aa03473bca490618e30dac24ca (diff)
cli: add --remove-all option to "notmuch tag"
Add --remove-all option to "notmuch tag" to remove all tags from the messages matching query before applying the tag changes. This allows removal of all tags and unconditional setting of the tags of a message: $ notmuch tag --remove-all id:foo@example.com $ notmuch tag --remove-all +foo +bar id:foo@example.com without having to resort to the complicated (and still quoting broken): $ notmuch tag $(notmuch search --output=tags '*' | sed 's/^/-/') \ id:foo@example.com $ notmuch tag $(notmuch search --output=tags '*' | sed 's/^/-/') \ +foo +bar id:foo@example.com
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions