diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-06 07:48:03 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-06 07:48:03 +0000 |
commit | 206c7eca7865e11d41655c1e8db4ecfcf0ce1ae9 (patch) | |
tree | 223cb6b0aeadbd4428c812a577f9d26b35260540 /app/models/mail_handler.rb | |
parent | 16cb0ce1c96894f910120965d3ec1fe41452fcf7 (diff) | |
download | redmine-206c7eca7865e11d41655c1e8db4ecfcf0ce1ae9.tar.gz redmine-206c7eca7865e11d41655c1e8db4ecfcf0ce1ae9.zip |
remove duplicate "private" from MailHandler model
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8522 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/mail_handler.rb')
-rw-r--r-- | app/models/mail_handler.rb | 2 |
1 files changed, 0 insertions, 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)} |