sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 192531be03c3c222c3ad3fb2de60893bf10f5b40
parent 2fc25f92c3920c2b3e04f44959cee4efd919ba08
Author: Whyme Lyu <callme5long@gmail.com>
Date:   Wed, 29 May 2013 00:58:02 +0800

Set yamler explicitly for 1.9.2

Diffstat:
M lib/sup.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -1,5 +1,6 @@
 require 'rubygems'
 require 'yaml'
+YAML::ENGINE.yamler = 'psych'
 require 'zlib'
 require 'thread'
 require 'fileutils'