sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit aafa856620f6ebda97381dcce5d332e4eb0088ab
parent c461f6cca6ddf5ebc263f4760607974741920b8c
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun,  9 Nov 2008 20:45:58 -0800

add a friendly message when starting sup

Diffstat:
M bin/sup | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -174,6 +174,11 @@ begin
     PollManager.start
     SuicideManager.start
     Index.start_lock_update_thread
+    Redwood::reporting_thread("be friendly") do
+      id = BufferManager.say "Welcome to Sup! Press '?' at any point for help."
+      sleep 10
+      BufferManager.clear id
+    end
   end
 
   if $opts[:search]