From 206c7eca7865e11d41655c1e8db4ecfcf0ce1ae9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 6 Jan 2012 07:48:03 +0000 Subject: [PATCH] remove duplicate "private" from MailHandler model git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8522 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mail_handler.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 30bbe1cba..6add6af7c 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -372,8 +372,6 @@ class MailHandler < ActionMailer::Base end end - private - # Removes the email body of text after the truncation configurations. def cleanup_body(body) delimiters = Setting.mail_handler_body_delimiters.to_s.split(/[\r\n]+/).reject(&:blank?).map {|s| Regexp.escape(s)} -- 2.39.5