sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 0cc0b80a2b0d734eb9a9a40e4eb6fae2b00c3762
parent dfec59ff3e3b4e7bc32df4bc54d994247072282d
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Thu, 31 Dec 2009 13:50:57 -0500

change chronic missing message to be similar to that of ncursesw

Diffstat:
M lib/sup/index.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/index.rb b/lib/sup/index.rb
@@ -6,7 +6,7 @@ begin
   require 'chronic'
   $have_chronic = true
 rescue LoadError => e
-  debug "optional 'chronic' library not found; date-time query restrictions disabled"
+  debug "No 'chronic' gem detected. Install it for date/time query restrictions."
   $have_chronic = false
 end