commit f4712596f1888b8599db472c5f1597316de3e9ba
parent 80cb133bb5fbb906e07780b7b1f5e9557ee0b7ff
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 4 Jan 2007 01:24:01 +0000
updated to 0.0.4
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@163 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -5,7 +5,7 @@ require 'hoe'
require './lib/sup.rb'
Hoe.new('sup', Redwood::VERSION) do |p|
- p.rubyforge_name = 'Sup'
+ p.rubyforge_name = 'sup'
p.author = "William Morgan"
p.summary = 'A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.'
p.description = p.paragraphs_of('README.txt', 2..4).join("\n\n")
diff --git a/www/index.html b/www/index.html
@@ -56,7 +56,7 @@ statement</a>.
<h2>Status</h2>
-<p> The current version of Sup is 0.0.3, released January 2nd, 2007.
+<p> The current version of Sup is 0.0.4, released January 3rd, 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>