From: Michael M Slusarz Date: Fri, 16 Apr 2010 18:17:14 +0000 (-0600) Subject: Show sortdate in options UI X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0f573fda077bc7596c65b6ea2a09ad97b5eb7ef3;p=horde.git Show sortdate in options UI --- 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' ) );