sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 9323c88468898beb818966824da774c2b3ccf325
parent ecaf71bfe1c676fd02439a528315eeeba8ee181e
Author: Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>
Date:   Wed,  4 Sep 2013 02:13:45 +0200

Bump rmail dependency to fixed rmail-sup

Diffstat:
M sup.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sup.gemspec b/sup.gemspec
@@ -49,7 +49,7 @@ SUP: If you are upgrading Sup from before version 0.14.0: Please
 
     s.add_runtime_dependency "xapian-ruby", "~> 1.2.15"
     s.add_runtime_dependency "ncursesw-sup", "~> 1.3.1"
-    s.add_runtime_dependency "rmail", ">= 0.17"
+    s.add_runtime_dependency "rmail-sup", "~> 1.0.1"
     s.add_runtime_dependency "highline"
     s.add_runtime_dependency "trollop", ">= 1.12"
     s.add_runtime_dependency "lockfile"