From 69b99aa518b4a3944d0f88ccc44a040b279207d3 2009-02-23 17:36:32 From: Jean-Philippe Lang Date: 2009-02-23 17:36:32 Subject: [PATCH] Merged r2520 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2521 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index cc01650..e976e2d 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -195,5 +195,6 @@ class MailHandler < ActionMailer::Base @plain_text_body = plain_text_part.body.to_s end @plain_text_body.strip! + @plain_text_body end end