sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit c6bd0a6f9defffc1eda9c2e58131efd1be50a45b
parent e473648de1a8fad4e66906f1b487a753686570c5
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Sat,  3 Aug 2013 13:12:07 +0200

encoding header for lib/sup.rb

Diffstat:
M lib/sup.rb | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 require 'rubygems'
 require 'yaml'
 YAML::ENGINE.yamler = 'psych'