sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 150b03135fb840e184852482af2b8dec46b24f9a
parent d17d5108c19aaa676d83225952cb3b4ce6a3f9e0
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sun, 26 Apr 2009 18:22:46 -0400

Merge branch 'master' into next

Diffstat:
M sup-files.rb | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sup-files.rb b/sup-files.rb
@@ -5,3 +5,7 @@ SUP_FILES =
   SUP_EXTRA_FILES +
   SUP_EXECUTABLES.map { |f| "bin/#{f}" } +
   SUP_LIB_DIRS.map { |d| Dir["#{d}/*.rb"] }.flatten
+
+if $0 == __FILE__ # if executed from commandline
+  puts SUP_FILES
+end