No reason to lock this pref; it lives in advanced view
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 10 Sep 2010 18:06:35 +0000 (12:06 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 10 Sep 2010 18:06:35 +0000 (12:06 -0600)
imp/config/prefs.php.dist

index 82af9c4..beb8a4a 100644 (file)
@@ -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?")
 );