sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 07cc93246386bfcd4d6386c3f74893a7f7884970
parent 8a7635f481ec7c59c0f30c33ab19124bc5195b75
Author: Rich Lane <rlane@club.cc.cmu.edu>
Date:   Thu,  4 Mar 2010 08:57:16 -0800

promote missing ncursesw log to info

Diffstat:
M bin/sup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup b/bin/sup
@@ -20,7 +20,7 @@ if ENV['SUP_PROFILE']
 end
 
 if no_ncursesw
-  debug "No 'ncursesw' gem detected. Install it for wide character support."
+  info "No 'ncursesw' gem detected. Install it for wide character support."
 end
 
 $opts = Trollop::options do