adding missing options
[squirrelmail.git] / plugins / administrator / defines.php
index e84e478e371bbed1c2e34127c758b5328df87007..bf5975e4acd9ef2d192e456cd231bf8ffd320bbb 100644 (file)
@@ -147,8 +147,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$pop_before_smtp' => array( 'name' => _("POP3 Before SMTP?"),
                                               'type' => SMOPT_TYPE_BOOLEAN,
                                               'default' => false ),
-                 '$skip_SM_header' => array( 'name' => _("Hide SquirrelMail Header"),
-                                          'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$encode_header_key' => array( 'name' => _("Header Encryption Key"),
+                                          'type' => SMOPT_TYPE_STRING ),
                  '$invert_time' => array( 'name' => _("Invert Time"),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
@@ -231,6 +231,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_name' => array( 'name' => _("Allow editing of full name"),
                                         'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$hide_auth_header' => array( 'name' => _("Remove username from headers"),
+                                               'comment' => _("Used only when identities can't be modified"),
+                                               'type' => SMOPT_TYPE_BOOLEAN ),
                  '$allow_server_sort' => array( 'name' => _("Use server-side sorting"),
                                                 'type' => SMOPT_TYPE_BOOLEAN,
                                                 'default' => false ),
@@ -332,23 +335,27 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                      'type' => SMOPT_TYPE_TITLE ),
                  '$advanced_tree'  => array( 'name' => _("Use advanced tree folder listing"),
                                              'type' => SMOPT_TYPE_BOOLEAN ),
-                 '$oldway'  => array( 'name' => _("Use old folder listing functions"),
-                                      'type' => SMOPT_TYPE_BOOLEAN ),
                  '$use_icons'  => array( 'name' => _("Use icons"),
                                          'type' => SMOPT_TYPE_BOOLEAN ),
-                 '$use_php_recode'  => array( 'name' => _("Use php recode functions"),
+                 '$use_iframe' => array( 'name' => _("Use inline frames with html mails"),
+                                         'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$use_php_recode'  => array( 'name' => _("Use PHP recode functions"),
                                               'type' => SMOPT_TYPE_BOOLEAN ),
-                 '$use_php_iconv'  => array( 'name' => _("Use php iconv functions"),
+                 '$use_php_iconv'  => array( 'name' => _("Use PHP iconv functions"),
                                              'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$allow_remote_configtest' => array( 'name' => _("Allow remote configuration test"),
+                                                      'type' => SMOPT_TYPE_BOOLEAN ),
                  /* ---- Settings of address books ---- */
                  'Group11' => array( 'name' => _("Address Books"),
                                      'type' => SMOPT_TYPE_TITLE ),
                  '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Addressbook"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
-                 '$abook_global_file' => array( 'name' => _("Global address book file"),
-                                                  'type' => SMOPT_TYPE_STRING ),
+                 '$abook_global_file'           => array( 'name' => _("Global address book file"),
+                                                          'type' => SMOPT_TYPE_STRING ),
                  '$abook_global_file_writeable' => array( 'name' => _("Allow writing into global address book file"),
-                                                  'type' => SMOPT_TYPE_BOOLEAN ),
+                                                          'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$abook_global_file_listing'   => array( 'name' => _("Allow listing of global address book"),
+                                                          'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
                  'Group7' => array( 'name' => _("Themes"),
                                     'type' => SMOPT_TYPE_TITLE ),