GPG-encrypt all encrypted mail to myself
This allows me to read my sent mail. * emacs.d/mail.org: mml-secure-openpgp-encrypt-to-selfmaster
parent
fed57789da
commit
09bf6f4c73
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue