From 0f573fda077bc7596c65b6ea2a09ad97b5eb7ef3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 16 Apr 2010 12:17:14 -0600 Subject: [PATCH] Show sortdate in options UI --- imp/config/prefs.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index abfe432fb..48d2928ab 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -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' ) ); -- 2.11.0