aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown6
-rw-r--r--mutt/muttrc1
2 files changed, 3 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index bb6fd5da..29a975f1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -226,9 +226,9 @@ most unfiltered mail is sent. I use
[Getmail](http://pyropus.ca/software/getmail/),
[maildrop](http://www.courier-mta.org/maildrop/), and
[MSMTP](http://msmtp.sourceforge.net/); the configurations for these are not
-included here. I make heavy use of GnuPG for email—everything is signed by
-default, and I encrypt whenever I have a public key available for the
-recipient. The GnuPG interfacing is done with
+included here. I sign whenever I have some indication that the recipient might
+be using a PGP implementation, and I encrypt whenever I have a public key
+available for them. The GnuPG interfacing is done with
[GPGme](http://www.gnupg.org/related_software/gpgme/), rather than defining
commands for each crypto operation. I wrote [an article about this
setup](http://blog.sanctum.geek.nz/linux-crypto-email/) if it sounds appealing.
diff --git a/mutt/muttrc b/mutt/muttrc
index 2963a17f..6306d924 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -94,7 +94,6 @@ set strict_threads = yes
set thorough_search = yes
# Encryption settings
-set crypt_autosign = yes
set crypt_replysign = yes
set crypt_replyencrypt = yes
set crypt_replysignencrypted = yes