From: Simon Ruderich Date: Tue, 22 Oct 2013 18:11:32 +0000 (+0200) Subject: mutt/crypto-autoencrypt.pl: Minor documentation update. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5f5c04ee3d2283f70c077f51f43ec7f73c5f5cbf;hp=699bd48c0f9bc65df70d1fbe73d2b24afc4333f7;p=config%2Fdotfiles.git mutt/crypto-autoencrypt.pl: Minor documentation update. --- diff --git a/mutt/crypto-autoencrypt.pl b/mutt/crypto-autoencrypt.pl index c0a49ea..6bce8cc 100755 --- a/mutt/crypto-autoencrypt.pl +++ b/mutt/crypto-autoencrypt.pl @@ -28,7 +28,8 @@ while (<$gpg>) { # We don't skip invalid, deleted, revoked, expired and not-trusted UIDs to # prevent sending an unencrypted mail when e.g. a key is revoked or - # expired. If you want to skip those UIDs, uncomment the next line. + # expired; GnuPG will warn if we use any of them. If you really want to + # skip those UIDs (not recommended), uncomment the next line. #next if /^uid:[idren]:/; next if not /<(.+?@.+?)>:/;