From 09bf6f4c732b383ac708b78c394afa481f3e569f Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 13 Apr 2016 00:29:26 -0400 Subject: [PATCH] GPG-encrypt all encrypted mail to myself This allows me to read my sent mail. * emacs.d/mail.org: mml-secure-openpgp-encrypt-to-self --- emacs.d/mail.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emacs.d/mail.org b/emacs.d/mail.org index c76930d..631f7f0 100644 --- a/emacs.d/mail.org +++ b/emacs.d/mail.org @@ -236,6 +236,14 @@ wrote! (setq gnus-gcc-mark-as-read 1) #+END_SRC +When I can---that is, when my recipients support it---I GPG-encrypt my +e-mail. Problem is, I can't read what I sent unless I also encrypt the +message to myself. + +#+BEGIN_SRC emacs-lisp + (setq mml-secure-openpgp-encrypt-to-self t) +#+END_SRC + ** Reading Mail The vast majority of my interaction with other human beings is through my MUA; its presentation is important. I have not customized it as