diff options
author | witcher <witcher@wiredspace.de> | 2023-03-01 17:40:39 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-02 22:19:38 +0100 |
commit | 125137c7b3b53ae621db0fced201181add70d370 (patch) | |
tree | 54af3be3282e63fde49f36fe93e0b38545779b3a /doc | |
parent | f28235b9f785bf9fee311d6229c5ca70bb7cb264 (diff) | |
download | aerc-125137c7b3b53ae621db0fced201181add70d370.tar.gz |
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 <witcher@wiredspace.de>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 10 |
1 files changed, 10 insertions, 0 deletions
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* |