From 76f12c1316ebcf93bc86ccd449b6032c378cc760 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 3 Mar 2018 04:29:54 +0000 Subject: Optional regex for filtering attachments on incoming emails (#27025). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@17225 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_mail_handler.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/views/settings') diff --git a/app/views/settings/_mail_handler.html.erb b/app/views/settings/_mail_handler.html.erb index 3e1a40d1d..36fa864bb 100644 --- a/app/views/settings/_mail_handler.html.erb +++ b/app/views/settings/_mail_handler.html.erb @@ -5,12 +5,16 @@ <%= setting_text_area :mail_handler_body_delimiters, :rows => 5 %> <%= l(:text_line_separated) %>

<%= setting_text_field :mail_handler_excluded_filenames, :size => 60 %> + <%= l(:text_comma_separated) %> <%= l(:label_example) %>: smime.p7s, *.vcf

-- cgit v1.2.3