summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-17 17:43:05 +0000
committeralecpl <alec@alec.pl>2010-10-17 17:43:05 +0000
commit4438d667609406abd969872f262d6a11b0e28b72 (patch)
tree24fe07387c591f7dea262751e8f070fd5a6a0f09 /config
parent4c6a61a68405efc148c5af75bbd8dbae1771b1eb (diff)
- Add separate column for message status icon (#1486665)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 16a61b5c2..4540adc34 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -293,8 +293,8 @@ $rcmail_config['message_sort_col'] = '';
$rcmail_config['message_sort_order'] = 'DESC';
// These cols are shown in the message list. Available cols are:
-// subject, from, to, cc, replyto, date, size, flag, attachment
-$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');
+// subject, from, to, cc, replyto, date, size, status, flag, attachment
+$rcmail_config['list_cols'] = array('subject', 'status', 'from', 'date', 'size', 'flag', 'attachment');
// the default locale setting (leave empty for auto-detection)
// RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR