Next: gpg Tag, Previous: Encryption, Up: Encryption
Make sure to set pgg-gpg-user-id to your user id. Eg:
(setq pgg-gpg-user-id "Your user id")
There are two interfaces to PGG. This can be controlled via setting the variable emacs-wiki-pgg-interface to the correct function:
- 'pgg-encrypt-show
pgg-encrypt-region
1 is called interactively after setting point and mark. Recipients are read from the minibuffer.- 'pgg-encrypt-sign-self
- This is a personalized version of
pgg-encrypt-region
that is intended when the recipient is self. Message is signed if emacs-wiki-pgg-sign is non-nil. You are welcome to changepgg-encrypt-sign-self
in emacs-wiki-pgg.el to suit your needs.