sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 27e1c05fcb6cb1ae654a524be37fe6849f547980
parent ecaf71bfe1c676fd02439a528315eeeba8ee181e
Author: Matthieu Rakotojaona <matthieu.rakotojaona@gmail.com>
Date:   Wed,  4 Sep 2013 11:11:00 -0700

Merge pull request #143 from sup-heliotrope/change-rmail-dep

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"