sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 149dd204b27c4f23a9103f50cd62bd85c740dfe8
parent 7f2af9ac8bc70ff41b0dc64eccd068118abe19f2
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Wed,  4 Jun 2008 12:14:49 -0700

add fastthread dep to Rakefile

Diffstat:
M Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -24,7 +24,7 @@ Hoe.new('sup', version) do |p|
   p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[2].gsub(/^\s+/, "")
   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', '>= 1.7'], 'lockfile', 'mime-types', 'gettext']
+  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.7'], 'lockfile', 'mime-types', 'gettext', 'fastthread']
 end
 
 rule 'ss?.png' => 'ss?-small.png' do |t|