From 125137c7b3b53ae621db0fced201181add70d370 Mon Sep 17 00:00:00 2001 From: witcher Date: Wed, 1 Mar 2023 17:40:39 +0100 Subject: doc: add missing entries for :sign and :encrypt Update aerc(1) with explanations about key selection priority. Fixes: https://todo.sr.ht/~rjarry/aerc/144 Signed-off-by: witcher Acked-by: Robin Jarry --- doc/aerc.1.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index d4376be7..57d290cc 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -587,6 +587,16 @@ message list, the message in the message viewer, etc). *: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. + +*:sign* + Sign the message using the account's default key. If *pgp-key-id* is set + in _accounts.conf_ (see *aerc-accounts*(5)), it will be used in + priority. Otherwise, the *From* header address will be used to look for + a matching private key in the pgp keyring. + ## TERMINAL COMMANDS *:close* -- cgit v1.2.3-54-g00ecf