diff options
author | Erik Schilling <erik.schilling@linaro.org> | 2023-06-13 16:02:35 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-06-17 23:18:58 +0200 |
commit | 04bcfd5cf5aacd60ea70ac773aa6021c4f9c471a (patch) | |
tree | 0dc60ab5e34826a9207f48caf1e88852c6f6942a | |
parent | 46c6dfc625649bace7002a77008bf3cadc3e9e3e (diff) | |
download | aerc-04bcfd5cf5aacd60ea70ac773aa6021c4f9c471a.tar.gz |
doc: move toggle-headers to view category
This is a command for the viewer not the composer.
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
-rw-r--r-- | doc/aerc.1.scd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index a637960f..cb2a4bb1 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -519,6 +519,9 @@ message list, the message in the message viewer, etc). Re-select the last set of marked messages. Can be used to chain commands after a selection has been acted upon +*:toggle-headers* + Toggles the visibility of the message headers. + ## MESSAGE COMPOSE COMMANDS *:abort* @@ -597,9 +600,6 @@ message list, the message in the message viewer, etc). Add a new email header. If the header already exists, *-f* must be specified to replace the given value. -*:toggle-headers* - Toggles the visibility of the message headers. - *:encrypt* Encrypt the message to all recipients. If a key for a recipient cannot be found the message will not be encrypted. |