Trimming whitespace
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 09:31:24 +0000 (09:31 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 09:31:24 +0000 (09:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9374 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/options/compose.php

index 27b834e0511554c740a382e96574276960e5c7ea..5993c0375359cd47f2138536727b2b8b9f970c6b 100644 (file)
@@ -38,7 +38,7 @@ function load_optpage_data_compose() {
     /******************************************************/
     /* LOAD EACH GROUP OF OPTIONS INTO THE OPTIONS ARRAY. */
     /******************************************************/
     /******************************************************/
     /* 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();
     /*** Load the General Compose Options into the array ***/
     $optgrps[SMOPT_GRP_COMPOSE] = _("General Message Composition");
     $optvals[SMOPT_GRP_COMPOSE] = array();
@@ -78,8 +78,8 @@ function load_optpage_data_compose() {
         'posvals' => array('1' => _("Javascript"),
                            '0' => _("HTML"))
     );
         'posvals' => array('1' => _("Javascript"),
                            '0' => _("HTML"))
     );
-    
-    
+
+
     $optvals[SMOPT_GRP_COMPOSE][] = array(
         'name'    => 'compose_new_win',
         'caption' => _("Compose Messages in New Window"),
     $optvals[SMOPT_GRP_COMPOSE][] = array(
         'name'    => 'compose_new_win',
         'caption' => _("Compose Messages in New Window"),
@@ -103,11 +103,11 @@ function load_optpage_data_compose() {
         'size'    => SMOPT_SIZE_TINY
     );
 
         '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();
     /*** 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"),
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
         'name'    => 'forward_cc',
         'caption' => _("Include CCs when Forwarding Messages"),
@@ -121,7 +121,7 @@ function load_optpage_data_compose() {
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );
-    
+
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
         'name'    => 'sig_first',
         'caption' => _("Append Signature before Reply/Forward Text"),
     $optvals[SMOPT_GRP_COMPOSE_REPLY][] = array(
         'name'    => 'sig_first',
         'caption' => _("Append Signature before Reply/Forward Text"),