Thomas Bruederli
2014-09-26 acf8d67c961762297901e3bef99c86debfbd42ff
Add 'sig_max_lines' config option to defaults (#1490071)
1 files modified
4 ■■■■ changed files
config/defaults.inc.php 4 ●●●● patch | view | raw | blame | history
config/defaults.inc.php
@@ -650,6 +650,10 @@
// Use this char/string to separate recipients when composing a new message
$config['recipients_separator'] = ',';
// Number of lines at the end of a message considered to contain the signature.
// Increase this value if signatures are not properly detected and colored
$config['sig_max_lines'] = 15;
// don't let users set pagesize to more than this value if set
$config['max_pagesize'] = 200;