Browse Source

add a missed option to admin plugin

simond 23 years ago
parent
commit
cb794593af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/administrator/defines.php

+ 2 - 0
plugins/administrator/defines.php

@@ -198,6 +198,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                     'type' => SMOPT_TYPE_BOOLEAN ),
                  '$hide_sm_attributions' => array( 'name' => _("Hide SM attributions"),
                                                    'type' => SMOPT_TYPE_BOOLEAN ),
+                 'default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"),
+                                             'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_identity' => array( 'name' => _("Allow editing of identities"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_name' => array( 'name' => _("Allow editing of full name"),