sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f0bc5c6bd6f59df31f830fdd6cbabf36de48542e
parent bb3716f5e791c88c19ae9b30eef90f8b61aff9b0
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun,  6 Jan 2008 10:51:52 -0800

save all message state when seppukuing

Diffstat:
M bin/sup | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -268,6 +268,8 @@ begin
 
     bm.draw_screen
   end
+
+  bm.kill_all_buffers if SuicideManager.die?
 rescue Exception => e
   $exceptions << [e, "main"]
 ensure