From 4a8b55cf704a3395930e5abae70933efd1c3b47e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 10 Sep 2010 12:06:35 -0600 Subject: [PATCH] No reason to lock this pref; it lives in advanced view --- imp/config/prefs.php.dist | 1 - 1 file changed, 1 deletion(-) 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?") ); -- 2.11.0