summaryrefslogtreecommitdiff
path: root/config/defaults.inc.php
diff options
context:
space:
mode:
authorcmcnulty <cmcnulty@kznf.com>2013-11-06 22:04:09 -0600
committercmcnulty <cmcnulty@kznf.com>2013-11-06 22:04:09 -0600
commit6c0b1fde43a79d2c31b3f1fc94868e67936280ea (patch)
tree30a5f38adaef244077ed3e94461cd7262972831b /config/defaults.inc.php
parentd1a7952c6b83f93aeac02869ff9342310c342dc1 (diff)
Move focus column to the left-most side
Diffstat (limited to 'config/defaults.inc.php')
-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 b430e1d19..ab0e188bd 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', 'focus');
+$config['list_cols'] = array('subject', 'status', 'fromto', '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