diff options
author | alecpl <alec@alec.pl> | 2008-07-01 11:29:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-07-01 11:29:41 +0000 |
commit | f5480daad3a312cdfe743e2a74b5eba10b0b8435 (patch) | |
tree | 0313552dfa0c388792118bc800867760fd669c75 | |
parent | e6e5c60aae745a580a2d7fca1e2b7104c3907352 (diff) |
change to config file missing from rev1580 (#1485179)
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ff2109a31..7b159480e 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -91,8 +91,8 @@ $rcmail_config['smtp_helo_host'] = ''; $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; |