me bad. loose but lossy.
[squirrelmail.git] / plugins / administrator / defines.php
index a1c4dd9fcaa1fb22ed17f02a32dceb017f2c925f..c224866d2ab09233c375f11fa603fd587ac2571b 100644 (file)
@@ -317,7 +317,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$available_languages' => array( 'name' => _("Available languages"),
                                                   'type' => SMOPT_TYPE_STRING,
                                                   'size' => 40 ),
-                 '$agresive_decoding'  => array( 'name' => _("Use agresive decoding"),
+                 '$aggressive_decoding'  => array( 'name' => _("Enable aggressive decoding"),
+                                                 'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$lossy_encoding'  => array( 'name' => _("Enable lossy encoding"),
                                                  'type' => SMOPT_TYPE_BOOLEAN ),
                  'Group10' => array( 'name' => _("Tweaks"),
                                      'type' => SMOPT_TYPE_TITLE ),