clicking on email addr sends you to compose screen
[squirrelmail.git] / config / config_default.php
index f97239efff27a79c4bf60bce746c087f639ad649..3768b822325444786fe01b0c44310ee4627e8e0a 100644 (file)
 //  folders will be the same color as the other folders
     $use_special_folder_color = true;
 
+//  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
@@ -65,7 +82,7 @@
 
     $special_folders[0] = "INBOX";   // The first one has to be the inbox (whatever the name is)
     $special_folders[1] = $trash_folder;
-    $special_folders[2] = "INBOX.Sent";
+    $special_folders[2] = $sent_folder;
     $special_folders[3] = "INBOX.Drafts";
     $special_folders[4] = "INBOX.Templates";