sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 359bbcafa9cee5ab5259bba44ac4a8aafcff4bd1
parent c1c044ce12ba282c714995dbb32b34b355ad0c22
Author: Hamish Downer <dmishd@gmail.com>
Date:   Sun, 20 Feb 2011 23:31:36 +0000

removed extraneous end from crypto.rb

Diffstat:
M lib/sup/crypto.rb | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb
@@ -114,7 +114,6 @@ EOS
     if sig.length == 0
       raise Error, gpgme_exc_msg("GPG failed to generate signature: check that gpg-agent is running and your key is available.")
     end
-    end
 
     envelope = RMail::Message.new
     envelope.header["Content-Type"] = 'multipart/signed; protocol=application/pgp-signature'