changed <? to <?php in everything
[squirrelmail.git] / config / config_default.php
index 603616982f5a40b4bb55fd6e311ab280bc6db87e..a05f69ece885117d994ca58b2db2699199cf7831 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 //  Organization's logo picture (blank if none)
     $org_logo = "../images/sm_logo.jpg";
 
 //  folders will be the same color as the other folders
     $use_special_folder_color = true;
 
+//  The type of IMAP server you are running
+//  Valid type are the following (case is important).
+//  
+//  courier
+//  cyrus
+//  exchange
+//  uw
+    $imap_server_type = "cyrus";
+
+//  Many servers store mail in your home directory.  With this, they
+//  store them in a subdirectory: mail/ or Mail/, etc.  If your
+//  server does this, please set this to what the default mail folder
+//  should be.  This is still a user preference, so they can change
+//  it if it is different for each user.
+//
+//  Example:
+//     $default_folder_prefix = "mail/";
+//        -- or --
+//     $default_folder_prefix = "Mail/folders/";
+//
+//  If you do not use this, please set it to "".
+    $default_folder_prefix = "";
+//  If you do not wish to give them the option to change this, set it to false.
+//  Otherwise, if it is true, they can change the folder prefix to be anything.
+    $show_prefix_option = false;
+
 //  The following are related to deleting messages.
 //    $move_to_trash
 //         - if this is set to "true", when "delete" is pressed, it