sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 420021bc8aeb1cffe6385fefefc96d971d5214a1
parent f0778b306c19e3f5db9bd772eaf755033a9cedd6
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed, 20 Dec 2006 19:07:40 +0000

thread abort on exception moved


git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@87 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup.rb | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -4,8 +4,6 @@ require 'zlib'
 require 'thread'
 require 'fileutils'
 
-Thread.abort_on_exception = true # make debugging possible
-
 class Object
   ## this is for debugging purposes because i keep calling #id on the
   ## wrong object and i want it to throw an exception