From 69b99aa518b4a3944d0f88ccc44a040b279207d3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 23 Feb 2009 17:36:32 +0000 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 --- app/models/mail_handler.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index cc016502e..e976e2d7e 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