alecpl
2008-07-01 f5480daad3a312cdfe743e2a74b5eba10b0b8435
change to config file missing from rev1580 (#1485179)


1 files modified
4 ■■■■ changed files
config/main.inc.php.dist 4 ●●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -91,8 +91,8 @@
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// available cols are: subject, from, to, cc, replyto, date, size, encoding, flag
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag');
// includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = FALSE;