summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-22 15:44:07 +0000
committeralecpl <alec@alec.pl>2011-08-22 15:44:07 +0000
commit7a2bade211d2e8951dda2b88754a564670847b35 (patch)
treec458ec4503b8ef2039800c9b91c4e534334094a4 /config
parentf0bccb7fb23847b24c8bd598cfb75fc385550211 (diff)
- Added 'priority' column on messages list
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 85afa8c7f..159331af1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -360,7 +360,7 @@ $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, status, flag, attachment
+// subject, from, to, cc, replyto, date, size, status, flag, attachment, 'priority'
$rcmail_config['list_cols'] = array('subject', 'status', 'from', 'date', 'size', 'flag', 'attachment');
// the default locale setting (leave empty for auto-detection)