Fix forward preference group members
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 20:14:11 +0000 (13:14 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 4 Feb 2010 23:24:16 +0000 (16:24 -0700)
imp/config/prefs.php.dist

index 88a1118..82aeae5 100644 (file)
@@ -91,7 +91,7 @@ $prefGroups['forward'] = array(
     'column' => _("Message Options"),
     'label' => _("Message Forwards"),
     'desc' => _("Configure how you forward mail."),
-    'members' => array('forward_bodytext')
+    'members' => array('forward_default', 'forward_format')
 );
 
 $prefGroups['drafts'] = array(