sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 7f2f6eba54ac3d122c91b783a67ab4da73bb8c2e
parent cb266e510022eb35095ea6d9c1c69f79ea0a2f9b
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Fri, 25 Sep 2015 11:22:25 +0200

highline:  is now at @cli

Diffstat:
M bin/sup-add | 2 +-
M bin/sup-config | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/sup-add b/bin/sup-add
@@ -76,7 +76,7 @@ def get_login_info uri, sources
   [username, password]
 end
 
-$terminal.wrap_at = :auto
+@cli.wrap_at = :auto
 Redwood::start
 index = Redwood::Index.init
 index.load
diff --git a/bin/sup-config b/bin/sup-config
@@ -103,7 +103,7 @@ def add_source
   end
 end
 
-$terminal.wrap_at = :auto
+@cli.wrap_at = :auto
 Redwood::start
 index = Redwood::Index.init
 Redwood::SourceManager.load_sources