From: Michael M Slusarz Date: Fri, 10 Sep 2010 18:06:35 +0000 (-0600) Subject: No reason to lock this pref; it lives in advanced view X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4a8b55cf704a3395930e5abae70933efd1c3b47e;p=horde.git No reason to lock this pref; it lives in advanced view --- diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 82af9c485..beb8a4a9c 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -661,7 +661,6 @@ $_prefs['forward_default'] = array( $_prefs['forward_format'] = array( 'value' => 0, 'advanced' => true, - 'locked' => true, 'type' => 'checkbox', 'desc' => _("When forwarding a message in the body text, should we use the same format as the original message?") );