From 6fa38b3348b59b33283d2c6dba5e06295f9e81ea Mon Sep 17 00:00:00 2001 From: simond Date: Wed, 13 Feb 2002 15:35:14 +0000 Subject: [PATCH] add a missed option to admin plugin git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2433 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index a91cf0c..6b3abf7 100644 --- a/plugins/administrator/defines.php +++ b/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"), -- 1.9.1