X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Foptions%2Fcompose.php;h=dbc53c41b47c87e27b134003e5bb586cdf5018b0;hp=7b0937e4bc0cc7cbe5ee92eccc7700f569092ffc;hb=5619673737450c926cf406d4aeb802d0544f52ed;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d diff --git a/include/options/compose.php b/include/options/compose.php index 7b0937e..dbc53c4 100644 --- a/include/options/compose.php +++ b/include/options/compose.php @@ -71,11 +71,22 @@ function load_optpage_data_compose() { $optvals[SMOPT_GRP_COMPOSE][] = array( 'name' => 'use_javascript_addr_book', - 'caption' => _("Addressbook Display Format"), + 'caption' => _("Address Book Display Format"), 'type' => SMOPT_TYPE_STRLIST, 'refresh' => SMOPT_REFRESH_NONE, - 'posvals' => array('1' => _("Javascript"), - '0' => _("HTML")) + 'posvals' => array('1' => _("Pop-up window"), + '0' => _("In-page")) + ); + + + $optvals[SMOPT_GRP_COMPOSE][] = array( + 'name' => 'addrsrch_fullname', + 'caption' => _("Format of Addresses Added From Address Book"), + 'type' => SMOPT_TYPE_STRLIST, + 'refresh' => SMOPT_REFRESH_NONE, + 'posvals' => array('noprefix' => _("No prefix/Address only"), + 'nickname' => _("Nickname and address"), + 'fullname' => _("Full name and address")) ); @@ -108,13 +119,6 @@ function load_optpage_data_compose() { $optvals[SMOPT_GRP_COMPOSE_REPLY] = array(); $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array( - 'name' => 'forward_cc', - 'caption' => _("Include CCs when Forwarding Messages"), - 'type' => SMOPT_TYPE_BOOLEAN, - 'refresh' => SMOPT_REFRESH_NONE - ); - - $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array( 'name' => 'include_self_reply_all', 'caption' => _("Include Me in CC when I Reply All"), 'type' => SMOPT_TYPE_BOOLEAN,