summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-07-01 11:29:41 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-07-01 11:29:41 +0000
commitec6451ee294e714788c66fbd51fe4cb8f0d2bb11 (patch)
treefb57834fe12ddfe4e5a691a2dc33c5112dac7910 /roundcubemail
parent2563034964a22ddd7042cb53c6d79e4d67a1f5b5 (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.dist4
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;