summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-16 18:58:47 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-16 18:58:47 +0000
commit07b47053e193c7aa0b4f29efdee753a4bd9b4214 (patch)
treecfa5a6d57e72f5b5a18321492d310974d02f957b /roundcubemail/config
parent66294dadb967cbcea669487fa2a3e5d52302e8d0 (diff)
Be more tolerant when splitting strings + remove col that we don't have a label for
git-svn-id: https://svn.roundcube.net/trunk@2163 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 8b4fbadf2..fff301751 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -117,7 +117,7 @@ $rcmail_config['smtp_log'] = TRUE;
$rcmail_config['sendmail_delay'] = 0;
// These cols are shown in the message list. Available cols are:
-// subject, from, to, cc, replyto, date, size, encoding, flag, attachment
+// subject, from, to, cc, replyto, date, size, flag, attachment
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');
// Includes should be interpreted as PHP files