sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 43a3ffbcf92e977ec876eee75bdec14857553f0c
parent e178e1915f05f3dd774610c4ad651b0364ac5030
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Tue, 17 Jul 2007 16:00:21 +0000

bugfix: typo

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@500 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/mbox.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/mbox.rb b/lib/sup/mbox.rb
@@ -55,7 +55,7 @@ module MBox
       header[k] =
         begin
           Rfc2047.decode_to $encoding, v
-        rescue Errno::EINVAL, Icon::InvalidEncoding, Iconv::IllegalSequence => e
+        rescue Errno::EINVAL, Iconv::InvalidEncoding, Iconv::IllegalSequence => e
           Redwood::log "warning: error decoding RFC 2047 header: #{e.message}"
           v
         end