diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-01 11:29:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-07-01 11:29:41 +0000 |
| commit | ec6451ee294e714788c66fbd51fe4cb8f0d2bb11 (patch) | |
| tree | fb57834fe12ddfe4e5a691a2dc33c5112dac7910 /roundcubemail | |
| parent | 2563034964a22ddd7042cb53c6d79e4d67a1f5b5 (diff) | |
change to config file missing from rev1580 (#1485179)
git-svn-id: https://svn.roundcube.net/trunk@1584 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index ff2109a31..7b159480e 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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; |
