]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mutt/crypto-autoencrypt.pl: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 18:11:32 +0000 (20:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 18:11:32 +0000 (20:11 +0200)
mutt/crypto-autoencrypt.pl

index c0a49ea76f3b6d70a2d5989046108fe47b8cbbf5..6bce8cc3f7c264b9eaecff90ec8538d48da060f0 100755 (executable)
@@ -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 /<(.+?@.+?)>:/;