お勧めされたので動かしてみた。が、何かいろいろとびみょーな点が……。
--- a/config/environment.rb Tue Nov 11 21:00:28 2008 +0900 +++ b/config/environment.rb Tue Nov 11 22:16:04 2008 +0900 @@ -98,5 +95,6 @@ GLoc.load_localized_strings GLoc.set_config(:raise_string_not_found_errors => false) +gem 'gettext', '=1.10.0' +require 'gettext/rails' require 'redmine'
part.body = NKF.nkf('-j', part.body)
の直前に part.transfer_encoding = '8bit'
を入れてみた。(ってか、7bitにすべきか?)--- gettext-1.10.0/lib/gettext/rails.rb.ORIG 2008-11-11 23:06:21.000000000 +0900 +++ gettext-1.10.0/lib/gettext/rails.rb 2008-11-12 02:12:40.000000000 +0900 @@ -447,6 +447,7 @@ if part.content_type == 'text/plain' part.charset = 'iso-2022-jp' part.body = NKF.nkf('-j', part.body) + part.transfer_encoding = '8bit' end end @mail