diff options
Diffstat (limited to 'app/models/mail_handler.rb')
-rwxr-xr-x | app/models/mail_handler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 82cbc0790..44aed826f 100755 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -459,7 +459,7 @@ class MailHandler < ActionMailer::Base end end - # Returns the text content of the email. + # Returns the text content of the email. # If the value of Setting.mail_handler_preferred_body_part is 'html', # it returns text converted from the text/html part of the email. # Otherwise, it returns text/plain part. |