Encrypt messages with my key
parent
178f6af884
commit
cc4aa0bf29
|
@ -227,6 +227,14 @@ These functions may be buggy; I seldom use them.
|
|||
(gnus-import-patch-set repo-path t))
|
||||
#+END_SRC
|
||||
|
||||
*** Signing and Encrypting
|
||||
Every message I sent is cryptographically signed using my GPG key. When I
|
||||
have my recipients' keys, they're also encrypted.
|
||||
|
||||
BEGIN_SRC emacs-lisp
|
||||
(setq mml-secure-openpgp-signers t)
|
||||
#+END_SRC
|
||||
|
||||
*** Archiving
|
||||
I archive my sent messages to both reference and reflect upon what I
|
||||
have said. But I don't want to feel obligated to re-read what I
|
||||
|
|
Loading…
Reference in New Issue