From e91cf6651074e847be34a246c7080d33bcca387e Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 29 Jan 2002 17:54:35 +0000 Subject: [PATCH] Added Default Javascript Adrressbook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2287 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 58c82947..d803e1a5 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -100,7 +100,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'other' => _("Not one of the above servers") ) ), '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"), 'type' => SMOPT_TYPE_STRING, - 'size' => 2 ), + 'size' => 10 ), '$useSendmail' => array( 'name' => _("Use Sendmail"), 'type' => SMOPT_TYPE_BOOLEAN ), '$sendmail_path' => array( 'name' => _("Sendmail Path"), @@ -154,6 +154,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_INTEGER ), '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Adrressbook"), + 'type' => SMOPT_TYPE_BOOLEAN ), /* --------------------------------------------------------*/ 'Group4' => array( 'name' => _("General Options"), 'type' => SMOPT_TYPE_TITLE ), -- 2.25.1