Jonathan Angliss | 1 Nov 2005 06:16
Picon

CVS: squirrelmail/include/options display.php,1.4.2.21,1.4.2.22

Update of /cvsroot/squirrelmail/squirrelmail/include/options
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32638/include/options

Modified Files:
      Tag: SM-1_4-STABLE
	display.php 
Log Message:
Set defaults for truncation to 55 for both subject and sender.

Index: display.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/include/options/display.php,v
retrieving revision 1.4.2.21
retrieving revision 1.4.2.22
diff -u -w -r1.4.2.21 -r1.4.2.22
--- display.php	1 Nov 2005 04:58:28 -0000	1.4.2.21
+++ display.php	1 Nov 2005 05:16:25 -0000	1.4.2.22
 <at>  <at>  -178,7 +178,8  <at>  <at> 
         'caption' => _("Length of From/To Field (0 for full)"),
         'type'    => SMOPT_TYPE_INTEGER,
         'refresh' => SMOPT_REFRESH_NONE,
-        'size'    => SMOPT_SIZE_TINY
+        'size'    => SMOPT_SIZE_TINY,
+        'initial_value' => 55
     );

     $optvals[SMOPT_GRP_MAILBOX][] = array(
 <at>  <at>  -186,7 +187,8  <at>  <at> 
         'caption' => _("Length of Subject Field (0 for full)"),
         'type'    => SMOPT_TYPE_INTEGER,
         'refresh' => SMOPT_REFRESH_NONE,
-        'size'    => SMOPT_SIZE_TINY
+        'size'    => SMOPT_SIZE_TINY,
+        'initial_value' => 55
     );

     /*** Load the General Options into the array ***/

-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information

Gmane