* Added a debug mode.
[squirrelmail.git] / config / config_default.php
index cce85fb35a9073d8b7fadab4b6df51288c7b77f6..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
  // This is typically people in the US that are running Solaris 7.
  
  $invert_time = false;
+
+ // 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";
+
 ?>