summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-22 15:44:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-08-22 15:44:07 +0000
commit4b8975b1dcaf58b833ffe46fcfbb71148b45f810 (patch)
treebd413666fdb02a099ea97e4e842d81366d941e90 /roundcubemail/config
parentf0f20726e1ea62a9be7f1f73a89c636b7286e5ef (diff)
- Added 'priority' column on messages list
git-svn-id: https://svn.roundcube.net/trunk@5111 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 85afa8c7f..159331af1 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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)