sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 199386f7e5ed65dbb1eaa172bed4b3b55402bf9d
parent 702b602caa1a8df974d2a60c27ca566792d7e7d6
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Sat,  6 Jan 2007 04:39:10 +0000

updates to 0.0.5


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

Diffstat:
M lib/sup.rb | 2 +-
M www/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -13,7 +13,7 @@ class Object
 end
 
 module Redwood
-  VERSION = "0.0.4"
+  VERSION = "0.0.5"
 
   BASE_DIR   = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
   CONFIG_FN  = File.join(BASE_DIR, "config.yaml")
diff --git a/www/index.html b/www/index.html
@@ -56,7 +56,7 @@ the <a href="Philosophy.txt">philosophical statement</a>.
 
 <h2>Status</h2>
 
-<p> The current version of Sup is 0.0.4, released January 3rd, 2007.
+<p> The current version of Sup is 0.0.5, released January 5th, 2007.
     This is a beta release. It is unix-centric and has no i18n
     support. It supports only mbox, mbox+ssh, and IMAP, not POP or
     GMail. I plan to fix all of these problems. </p>