sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 867647a846b558c715a4cce14022425a4fda8dde
parent 9f48584248b8d14ae9a60027b823afcc10151312
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Thu, 27 Sep 2007 00:07:20 +0000

trivial: remove trailing period in crypto decrypted notice

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@595 5c8cc53c-5e98-4d25-b20a-d8db53a31250

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
@@ -109,7 +109,7 @@ class CryptoManager
           end
         end
 
-      notice = CryptoDecryptedNotice.new :valid, "This message has been decrypted for display."
+      notice = CryptoDecryptedNotice.new :valid, "This message has been decrypted for display"
       [RMail::Parser.read(decrypted_payload), sig, notice]
     else
       notice = CryptoDecryptedNotice.new :invalid, "This message could not be decrypted", gpg_output.split("\n")