sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 3b05864b538d3d1c7aa77bc5cc2e4db58f0c9a6d
parent 75d9f5e3db04f92fba387d56f83a81d0c5b496f6
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Wed,  5 Aug 2009 15:41:45 -0400

trap term

Diffstat:
M bin/sup | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -160,6 +160,8 @@ begin
   Redwood::start
   Index.load
 
+  trap("TERM") { |x| raise "so speaking as i think, i die, i die!" }
+
   if(s = Redwood::SourceManager.source_for DraftManager.source_name)
     DraftManager.source = s
   else