sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 8561c7b7549fe777587abdfa877b5a7c71510c4c
parent cec6df0a473a14f5f3205cc689906b93cc4fe9eb
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Fri,  8 Oct 2010 15:46:28 -0400

Revert "fix GPG "hang" on malformed PGP message (detached signature)"

This reverts commit 6c65c12a6c9b740fe6b79534e2731e5e92a4c27f.

Diffstat:
M lib/sup/crypto.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb
@@ -144,7 +144,7 @@ EOS
     output_fn = Tempfile.new "redwood.output"
     output_fn.close
 
-    message = run_gpg "--output #{output_fn.path} --multifile --skip-verify --yes --decrypt #{payload_fn.path}", :interactive => true
+    message = run_gpg "--output #{output_fn.path} --skip-verify --yes --decrypt #{payload_fn.path}", :interactive => true
 
     unless $?.success?
       info "Error while running gpg: #{message}"