From cc4aa0bf299659712baf6a3c6252529f72b64779 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 19 Jun 2016 22:08:49 -0400 Subject: [PATCH] Encrypt messages with my key --- emacs.d/mail.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs.d/mail.org b/emacs.d/mail.org index be85098..1cb726b 100644 --- a/emacs.d/mail.org +++ b/emacs.d/mail.org @@ -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