phase 1 of interface improvements -- alternating row colors (needs some work)
[squirrelmail.git] / config / config_default.php
index faec2b60e0f0b113b18884222b7c5d2f8a125c83..0528defc19fbe4da2243617efde0ecdb25fa6f38 100644 (file)
 
     $attachment_dir = $data_dir;
 
-//  This is the default size of the folder list.  Default is 200,
+//  This is the default size of the folder list.  Default is 150,
 //  but you can set it to whatever you wish.
 
-   $default_left_size = 200;
+   $default_left_size = 150;
 
 //  Some IMAP servers allow a username (like "bob") to log in if they use
 //  uppercase in their name (like "Bob" or "BOB").  This creates extra
  
  $invert_time = false;
 
- // This should be a unique string, unique to your server.  Something
- // that nobody would guess, and nobody can find out. 
- $otp_pad = "SecretKey$domain";
+ // To install plugins, just add elements to this array that have
+ // the plugin directory name relative to the /plugins/ directory.
+ // For instance, for the "sqclock" plugin, you'd put a line like
+ // the following:
+ //   $plugins[0] = "sqclock";
+
 ?>