Open
Description
Same thing going on with #207
Just on the decrypt side instead of the encrypt side
I worked around with similar monkey patch from @Paradoxis
from pretty_bad_protocol import gnupg
import pretty_bad_protocol._parsers
#import gnupg._parsers
gnupg._parsers.Verify.TRUST_LEVELS["DECRYPTION_COMPLIANCE_MODE"] = 23
Probably just needs a fix like #220
working on a patch now
Metadata
Metadata
Assignees
Labels
No labels