sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 4a396c5b4af71d10c69f3ce7df411ac99ad0a3bf
parent c7cb79b242fdc8c57ff35ffeb27860faeb89d334
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Sun, 26 May 2013 17:18:34 +0200

Don't require iconv anymore

Diffstat:
M lib/sup/rfc2047.rb | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/sup/rfc2047.rb b/lib/sup/rfc2047.rb
@@ -16,8 +16,6 @@
 #
 # This file is distributed under the same terms as Ruby.
 
-require 'iconv'
-
 module Rfc2047
   WORD = %r{=\?([!\#$%&'*+-/0-9A-Z\\^\`a-z{|}~]+)\?([BbQq])\?([!->@-~]+)\?=} # :nodoc: 'stupid ruby-mode
   WORDSEQ = %r{(#{WORD.source})\s+(?=#{WORD.source})}