From ae1e5a947fad4c2a450281a1a1d6ec3ca768101b Mon Sep 17 00:00:00 2001 From: jgg <> Date: Sun, 25 Feb 2001 03:45:01 +0000 Subject: [PATCH] Dropped RSA --- userdir_gpg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userdir_gpg.py b/userdir_gpg.py index 69ebe34..3abc05c 100644 --- a/userdir_gpg.py +++ b/userdir_gpg.py @@ -17,7 +17,8 @@ import rfc822, time, fcntl, FCNTL, anydbm # General GPG options GPGPath = "gpg" -GPGBasicOptions = ["--no-options","--batch","--load-extension","rsa",\ +# "--load-extension","rsa", +GPGBasicOptions = ["--no-options","--batch", "--no-default-keyring","--always-trust"]; GPGKeyRings = []; GPGSigOptions = ["--output","-"]; -- 2.20.1