diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-05-05 12:53:16 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-05-06 11:02:55 +0200 |
commit | b57fceaad4bfcbd4ca3022e013b73eff72079c0b (patch) | |
tree | 7e68b206ca5b5dd7d1e2a8793360a80963c0c1df /doc/aerc.1.scd | |
parent | 32a16dcd8dc488c1f360553d9d9f6d121af1b367 (diff) | |
download | aerc-b57fceaad4bfcbd4ca3022e013b73eff72079c0b.tar.gz |
pgp: add attach key command
Add compose command ("attach-key") to attach the public key associated
with the sending account. Public key is attached in ascii armor format,
with the mimetype set according to RFC 3156 ("application/pgp-keys").
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 3713917b..0b33cee3 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -383,6 +383,9 @@ message list, the message in the message viewer, etc). *attach* <path> Attaches the file at the given path to the email. +*attach-key* + Attaches the public key for the configured account to the email. + *detach* [path] Detaches the file with the given path from the composed email. If no path is specified, detaches the first attachment instead. |