sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 633f0d39fde39de7f165aae552e25900ef454fe0
parent 6d69c12a1db940a759de950d6d7401c485f70103
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Sat, 31 Aug 2013 16:27:29 +0200

dup possibly frozen :email string

Diffstat:
M lib/sup.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -284,7 +284,7 @@ EOM
         :accounts => {
           :default => {
             :name => name.dup.fix_encoding!,
-            :email => email.fix_encoding!,
+            :email => email.dup.fix_encoding!,
             :alternates => [],
             :sendmail => "/usr/sbin/sendmail -oem -ti",
             :signature => File.join(ENV["HOME"], ".signature"),