From 9d953ce021e62a3c6f7598d51025c891e9a69890 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 17 May 2005 09:41:46 +0000 Subject: [PATCH] adding missing options git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9418 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index e3ccb4b3..bf5975e4 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -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 ), @@ -334,6 +337,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$use_icons' => array( 'name' => _("Use icons"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$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"), -- 2.25.1