From 5f5c04ee3d2283f70c077f51f43ec7f73c5f5cbf Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 22 Oct 2013 20:11:32 +0200 Subject: [PATCH] mutt/crypto-autoencrypt.pl: Minor documentation update. --- mutt/crypto-autoencrypt.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 /<(.+?@.+?)>:/; -- 2.44.2