# HG changeset patch # User Thomas De Schampheleire # Date 1437026960 -7200 # Node ID dc6abf7a63d37f0a43082825a89b2b76aa44d43a # Parent efbd922f594caba44232bf9214bff57fbe8ce8b4 e-mail: remove unused setting error_message from ini files The ini files and templates contain a commented setting of 'error_message' which does not seem to be used. It is referring to the error_message variable in Paste, which has as description (Paste:ErrorMiddleware): When debug mode is off, the error message to show to users. However, setting this value apparently made no effect at all in Kallithea. diff -r efbd922f594c -r dc6abf7a63d3 development.ini --- a/development.ini Wed Jul 22 21:42:04 2015 +0200 +++ b/development.ini Thu Jul 16 08:09:20 2015 +0200 @@ -23,7 +23,6 @@ #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff -r efbd922f594c -r dc6abf7a63d3 kallithea/bin/template.ini.mako --- a/kallithea/bin/template.ini.mako Wed Jul 22 21:42:04 2015 +0200 +++ b/kallithea/bin/template.ini.mako Thu Jul 16 08:09:20 2015 +0200 @@ -17,7 +17,6 @@ #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff -r efbd922f594c -r dc6abf7a63d3 kallithea/config/deployment.ini_tmpl --- a/kallithea/config/deployment.ini_tmpl Wed Jul 22 21:42:04 2015 +0200 +++ b/kallithea/config/deployment.ini_tmpl Thu Jul 16 08:09:20 2015 +0200 @@ -18,7 +18,6 @@ #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff -r efbd922f594c -r dc6abf7a63d3 production.ini --- a/production.ini Wed Jul 22 21:42:04 2015 +0200 +++ b/production.ini Thu Jul 16 08:09:20 2015 +0200 @@ -22,7 +22,6 @@ #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff -r efbd922f594c -r dc6abf7a63d3 test.ini --- a/test.ini Wed Jul 22 21:42:04 2015 +0200 +++ b/test.ini Thu Jul 16 08:09:20 2015 +0200 @@ -22,7 +22,6 @@ #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com