diff options
author | Go MAEDA <maeda@farend.jp> | 2019-03-03 08:17:59 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-03-03 08:17:59 +0000 |
commit | 77f35cb81841b4747ee54862c7ad0dc6b69ab1ca (patch) | |
tree | 6983efad7426c93b3a623b2bf4d4199511e0e471 /app/views/settings | |
parent | 917f9d9442a90a2734feac41e1ec8c76bc339227 (diff) | |
download | redmine-77f35cb81841b4747ee54862c7ad0dc6b69ab1ca.tar.gz redmine-77f35cb81841b4747ee54862c7ad0dc6b69ab1ca.zip |
Option to parse HTML part of multipart (HTML) emails first (#30838).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17913 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_mail_handler.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/_mail_handler.html.erb b/app/views/settings/_mail_handler.html.erb index 36fa864bb..d14593da1 100644 --- a/app/views/settings/_mail_handler.html.erb +++ b/app/views/settings/_mail_handler.html.erb @@ -18,6 +18,7 @@ <em class="info"><%= l(:text_comma_separated) %> <%= l(:label_example) %>: smime.p7s, *.vcf</em> </p> + <p><%= setting_select :mail_handler_preferred_body_part, [['Text', 'plain'], ['HTML', 'html']] %></p> </div> <div class="box tabular settings"> |