summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCharles McNulty <cmcnulty@kznf.com>2013-11-04 11:01:55 -0800
committerCharles McNulty <cmcnulty@kznf.com>2013-11-04 11:01:55 -0800
commit48f65c6a7129073fb8c04abdfdaaee77dfd6709e (patch)
tree1fbea18bbc6a99ea3a4f6997ea799b67c9964634 /config
parent5a870688b082ec958c99a757139dd2e26b1f8233 (diff)
tiny-focus column for determining where focus should be
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index ab0e188bd..b430e1d19 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -496,7 +496,7 @@ $config['message_sort_order'] = 'DESC';
// These cols are shown in the message list. Available cols are:
// subject, from, to, fromto, cc, replyto, date, size, status, flag, attachment, 'priority'
-$config['list_cols'] = array('subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');
+$config['list_cols'] = array('subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment', 'focus');
// the default locale setting (leave empty for auto-detection)
// RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR