From 31d2d1284ad3b9c6085008a9b6a416f3f68d1bc6 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 6 May 2012 13:50:30 +0000 Subject: [PATCH] remove redundant code from app/models/mail_handler.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9646 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mail_handler.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 9e7e3aade..4a0b2ea0e 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -354,10 +354,6 @@ class MailHandler < ActionMailer::Base part = email.text_part || email.html_part || email @plain_text_body = Redmine::CodesetUtil.to_utf8(part.body.decoded, part.charset) - if @plain_text_body.respond_to?(:force_encoding) - # @plain_text_body = @plain_text_body.force_encoding(@email.charset).encode("UTF-8") - end - # strip html tags and remove doctype directive @plain_text_body = strip_tags(@plain_text_body.strip) @plain_text_body.sub! %r{^