sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 37b172a7895279fc44b8121e85fdd6d73790f69f
parent afa5d3adbc6b094d8d5a7c62eea677f07efd8d8b
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Thu, 21 Mar 2013 22:14:54 +0800

Fix #10: Use a maintained fork of xapian-full

Diffstat:
M Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
   s.files = SUP_FILES
   s.executables = SUP_EXECUTABLES
 
-  s.add_dependency "xapian-full", ">= 1.2.1"
+  s.add_dependency "xapian-full-alaveteli", "~> 1.2"
   s.add_dependency "ncursesw"
   s.add_dependency "rmail", ">= 0.17"
   s.add_dependency "highline"