diff options
author | thomascube <thomas@roundcube.net> | 2008-12-16 18:58:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-12-16 18:58:47 +0000 |
commit | 58687d011f014c03b2c5b08ce7c81372a7f5e4a5 (patch) | |
tree | 1652fbc408097540a514fb05a80e058f11cc918d /config | |
parent | d859b0ca1f2bc7f046ff595fab93d17d6f6f42e4 (diff) |
Be more tolerant when splitting strings + remove col that we don't have a label for
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8b4fbadf2..fff301751 100644 --- a/config/main.inc.php.dist +++ b/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 |