From a93b4de6f3c362d6e0db0b1f6d3f2e1c9a5cd64d Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Wed, 11 Sep 2019 21:01:05 +0200 Subject: Add modify-labels command This adds the event type as well as the command implementation, but no backend supports it yet. --- doc/aerc.1.scd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index c3be01b..2ec17a4 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -133,6 +133,14 @@ message list, the message in the message viewer, etc). *-t*: Toggle the selected message between read and unread. +*modify-labels* <[+-]label>... + Modify message labels (e.g. notmuch tags). Labels prefixed with a '+' are + added, those prefixed with a '-' removed. As a convenience, labels without + either operand add the specified label. + + Example: `modify-labels +inbox -spam unread` adds the labels inbox and unread + and removes spam + *unsubscribe* Attempt to automatically unsubscribe the user from the mailing list through use of the List-Unsubscribe header. If supported, aerc may open a compose -- cgit v1.2.3