From 77f35cb81841b4747ee54862c7ad0dc6b69ab1ca Mon Sep 17 00:00:00 2001
From: Go MAEDA
Date: Sun, 3 Mar 2019 08:17:59 +0000
Subject: 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
---
app/views/settings/_mail_handler.html.erb | 1 +
1 file changed, 1 insertion(+)
(limited to 'app/views/settings')
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 @@
<%= l(:text_comma_separated) %>
<%= l(:label_example) %>: smime.p7s, *.vcf
+ <%= setting_select :mail_handler_preferred_body_part, [['Text', 'plain'], ['HTML', 'html']] %>
--
cgit v1.2.3