sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 2f085ea43e52f6e74cae5e00f355a974e7a592ae
parent e151de04504183e554174cbd32fd1c1aad777920
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed,  3 Jan 2007 19:39:42 +0000

updated to 0.0.4



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

Diffstat:
M History.txt | 4 ++++
M lib/sup.rb | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/History.txt b/History.txt
@@ -1,3 +1,7 @@
+== 0.0.4 / 2007-01-03
+ 
+* Bugfixes, primarily for threaded networking.
+
 == 0.0.3 / 2007-01-02
 
 * Major speed increase for index views (inbox, search results), which
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -13,7 +13,7 @@ class Object
 end
 
 module Redwood
-  VERSION = "0.0.3"
+  VERSION = "0.0.4"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")