5

I am trying to use Gnus for sending and receiving gpg signed/encrypted emails. I am following these tutorials for the setup etc.

By the way, I am using this Emacs setup as well:

However, signed/encrypted emails are not verified/decrypted automatically when I open them, and I cannot figure out how to setup this. I beleive that this manual page contains some clues, but still I don't see how to include them in the setup:

1 Answer 1

0

Put this into yours ~/.gnus.el:

(setq mm-verify-option 'known) (setq mm-decrypt-option 'known) 

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.