sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a7947772fba3fa0d801ecf60f4c85c64c9dc177f
parent 180949cc8aa54de7bec5cf73149ce5474d6d593d
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Mon, 12 Feb 2007 23:42:19 +0000

fixed email generation

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

Diffstat:
M Rakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -12,9 +12,9 @@ Hoe.new('sup', Redwood::VERSION) do |p|
   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")
+  p.description = p.paragraphs_of('README.txt', 2..9).join("\n\n")
   p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[2].gsub(/^\s+/, "")
-  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
+  p.changes = p.paragraphs_of('History.txt', 0..0).join("\n\n")
   p.email = "wmorgan-sup@masanjin.net"
   p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', 'trollop']
 end