From e8e57523d46676c23b96f2cd3bb80a27e3774ac2 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 11 Dec 2008 11:49:27 -0700 Subject: [PATCH] Fix prefs display. --- imp/config/prefs.php.dist | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 409c41c07..164cabd73 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -198,7 +198,7 @@ $prefGroups['dimp'] = array( 'column' => _("Other Options"), 'label' => _("DIMP Options"), 'desc' => _("Configure DIMP Options."), - 'members' => array('login_view', 'show_preview') + 'members' => array('login_view') ); @@ -1469,8 +1469,7 @@ $_prefs['show_preview'] = array( 'value' => true, 'locked' => false, 'shared' => false, - 'type' => 'implicit', -); + 'type' => 'implicit'); // Other entries (used internally in IMP) -- 2.11.0