From a18b3a66d6e0494cb3e51df13308ceb23daa8729 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Jun 2016 19:44:12 +1200 Subject: No longer signing by default --- README.markdown | 6 +++--- mutt/muttrc | 1 - 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 -- cgit v1.2.3