Is your feature request related to a problem?
Encryption is fully manual even when a recipient's key is already on the keyring.
Describe the solution you'd like
Automatically offer/enable encryption when all recipients have known public keys.
Describe alternatives you've considered
Manual encrypt toggling.
Additional context
See pgp/provider.go and the send path in sender/.
Is your feature request related to a problem?
Encryption is fully manual even when a recipient's key is already on the keyring.
Describe the solution you'd like
Automatically offer/enable encryption when all recipients have known public keys.
Describe alternatives you've considered
Manual encrypt toggling.
Additional context
See
pgp/provider.goand the send path insender/.