sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 353dc12c827d32fe225a49625ac1194e27e7ee29
parent b498d85062616527e5ca2fafe5b82cd007550ddd
Author: Eric Weikl <eric.weikl@gmx.net>
Date:   Sun,  8 Sep 2013 14:18:21 +0200

remove call to Redwood::check_library_version_against

It was removed from sup in Pull Request #51 and nobody noticed, I guess.

Diffstat:
M bin/sup-sync-back-maildir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sup-sync-back-maildir b/bin/sup-sync-back-maildir
@@ -2,7 +2,7 @@
 
 require 'rubygems'
 require 'trollop'
-require "sup"; Redwood::check_library_version_against "git"
+require "sup"
 
 opts = Trollop::options do
   version "sup-sync-back-maildir (sup #{Redwood::VERSION})"