X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=mutt%2Fcrypto-autoencrypt.pl;h=6bce8cc3f7c264b9eaecff90ec8538d48da060f0;hb=bf502c718806d7711c584078648803affa67e127;hp=c0a49ea76f3b6d70a2d5989046108fe47b8cbbf5;hpb=73c125f258cd3f4523e9f522c7e58feb72a7ac96;p=config%2Fdotfiles.git 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 /<(.+?@.+?)>:/;