diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-23 12:25:15 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-11-23 12:25:15 +0000 |
| commit | 86d25ea5b53d3872c8da7b886872adbbbff53570 (patch) | |
| tree | 3e1ce1e40a05df126aa2fcae193a20fb8ffab5d7 /roundcubemail/config | |
| parent | daed092b293e227909e29f5b7aad7c9aa38d47ac (diff) | |
- Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
git-svn-id: https://svn.roundcube.net/trunk@2078 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 7d820c479..c4a62b1f8 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -110,9 +110,9 @@ $rcmail_config['smtp_log'] = TRUE; // How many seconds must pass between emails sent by a user $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 -$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag'); +// These cols are shown in the message list. Available cols are: +// subject, from, to, cc, replyto, date, size, encoding, flag, attachment +$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment'); // Includes should be interpreted as PHP files $rcmail_config['skin_include_php'] = FALSE; |
