Show sortdate in options UI
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 16 Apr 2010 18:17:14 +0000 (12:17 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 16 Apr 2010 19:03:08 +0000 (13:03 -0600)
imp/config/prefs.php.dist

index abfe432..48d2928 100644 (file)
@@ -1135,8 +1135,8 @@ $prefGroups['mboxdisplay'] = array(
     'label' => _("Mailbox Display Options"),
     'desc' => _("Change display options such as how many messages you see on each page and how messages are sorted."),
     'members' => array(
-        'mailbox_start', 'sortby', 'sortdir', 'max_msgs', 'from_link',
-        'time_format', 'atc_flag'
+        'mailbox_start', 'sortby', 'sortdir', 'sortdate', 'max_msgs',
+        'from_link', 'time_format', 'atc_flag'
     )
 );