sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit f8d24a35c2680d6cadbf569f45b5f331fad76740
parent 455f28fac6a436aa436402a817b20b7397e45359
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Mon, 12 Aug 2013 17:37:15 +0200

Fix #123: Encoding should be _after_ shebang

Diffstat:
M bin/sup | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/sup b/bin/sup
@@ -1,6 +1,5 @@
-# encoding: utf-8
-
 #!/usr/bin/env ruby
+# encoding: utf-8
 
 $:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])