sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 85930e2fbce835152c4bb656462a8436fabab96c
parent 612dc00828bb9334ab37bdc1e5477b77879820fd
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Fri, 22 Jan 2010 18:11:39 -0500

add library version check to sup-add and sup-config

Guess I forgot this these in the earlier commit.

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