Browse Source

Added Default Javascript Adrressbook

philippe_mingo 23 years ago
parent
commit
e7da1f1390
1 changed files with 3 additions and 1 deletions
  1. 3 1
      plugins/administrator/defines.php

+ 3 - 1
plugins/administrator/defines.php

@@ -100,7 +100,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                                    'other' => _("Not one of the above servers") ) ),
                                                                    'other' => _("Not one of the above servers") ) ),
                  '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"),
                  '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"),
                                                  'type' => SMOPT_TYPE_STRING,
                                                  'type' => SMOPT_TYPE_STRING,
-                                                 'size' => 2 ),
+                                                 'size' => 10 ),
                  '$useSendmail' => array( 'name' => _("Use Sendmail"),
                  '$useSendmail' => array( 'name' => _("Use Sendmail"),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                  '$sendmail_path' => array( 'name' => _("Sendmail Path"),
                  '$sendmail_path' => array( 'name' => _("Sendmail Path"),
@@ -154,6 +154,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                    'type' => SMOPT_TYPE_INTEGER ),
                                                    'type' => SMOPT_TYPE_INTEGER ),
                  '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"),
                  '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Adrressbook"),
+                                                  'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
                  /* --------------------------------------------------------*/
                  'Group4' => array( 'name' => _("General Options"),
                  'Group4' => array( 'name' => _("General Options"),
                                     'type' => SMOPT_TYPE_TITLE ),
                                     'type' => SMOPT_TYPE_TITLE ),