~sircmpwn/aerc2#357: 
Implement outgoing message signatures and opportunistic encryption

Status
REPORTED
Submitter
~sircmpwn
Assigned to
No-one
Submitted
4 years ago
Updated
2 years ago
Labels
pgp

~ghost08 2 years ago

I just wanted to discuss the details of implementing this feature, and maybe if time allows also implement it.

So by looking at the mutt approach https://gitlab.com/muttmua/mutt/-/wikis/MuttGuide/UseGPG

defining some new config attributes like:

crypt_autosign=true/false
crypt_opportunistic_encrypt=true/false
crypt_replysign=true/false
crypt_replysignencrypted=true/false

and also the commands like:

pgp_decode_command='gpg command ...'
pgp_verify_command='gpg command ...'
pgp_sign_command='gpg command ...'

but these can have some default values.

then wite the code for some "presend/postsend hook" for these pgp things.

What do you say?

~poldi1405 2 years ago

To me this approach looks very good… this would allow us to keep our keyring in gpg instead of creating a copy for aerc.

~ghost08 referenced this from ~rjarry/aerc#6 2 years ago

Register here or Log in to comment, or comment via email.