/******************************************************/
/* LOAD EACH GROUP OF OPTIONS INTO THE OPTIONS ARRAY. */
/******************************************************/
-
+
/*** Load the General Compose Options into the array ***/
$optgrps[SMOPT_GRP_COMPOSE] = _("General Message Composition");
$optvals[SMOPT_GRP_COMPOSE] = array();
'posvals' => array('1' => _("Javascript"),
'0' => _("HTML"))
);
-
-
+
+
$optvals[SMOPT_GRP_COMPOSE][] = array(
'name' => 'compose_new_win',
'caption' => _("Compose Messages in New Window"),
'size' => SMOPT_SIZE_TINY
);
-
+
/*** Load the General Options into the array ***/
$optgrps[SMOPT_GRP_COMPOSE_REPLY] = _("Replying and Forwarding Messages");
$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' => 'sig_first',
'caption' => _("Append Signature before Reply/Forward Text"),