'$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 ),
/* --------------------------------------------------------*/
'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 ),
'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"),