Hi there!,
I thought I could manage this by myself but I couldn't so that's why I come
here looking for help.
I wanted to send an encrypted e-mail, so I grab the recipient's public key
copied it into a file and then did:
gpg --import
So the key got imported, because when I do:
gpg --list-keys
It appears on the terminal. Then, I go to evolution and write the email and
select the "PGP encrypted" option and when I press "send" it doesn't encrypt
the email because of:
Could not create message.
Because "gpg: using subkey XXXXXXXX instead of primary key XXXXXXXX
gpg: No trust check due to `--trust-model always' option
gpg: [email protected]: skipped: public key not found
gpg: [stdin]: encryption failed: public key not found
", you may need to select different mail options.
I have tried signing the public key, and restarting evolution several times
and finally I gave up...
HELP!! WHAT I'M MISSING HERE?
How can I correctly import a public key if that's the case?