diff --git a/Core/core.py b/Core/core.py index 9a1c3d03e..5ab6c962e 100644 --- a/Core/core.py +++ b/Core/core.py @@ -68,6 +68,8 @@ else: self.options.armor = 1 self.options.meta_interactive = 0 self.options.extra_args.append('--no-secmem-warning') + # Nolith's patch - prevent crashs on non fully-trusted keys + self.options.extra_args.append('--always-trust') def _read_response(self, child_stdout): # Internal method: reads all the output from GPG, taking notice