Browse Source

* Added the new option to the default config

Tyler Akins 24 years ago
parent
commit
cb384b1399
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config/config_default.php

+ 5 - 0
config/config_default.php

@@ -147,6 +147,11 @@
     $special_folders[3] = "INBOX.Drafts";
     $special_folders[4] = "INBOX.Templates";
 
+//  Should I create the Sent and Trash folders automatically for a new
+//  user that doesn't already have them created?
+    global $auto_create_special;
+    $auto_create_special = true;
+
 //  Whether or not to list the special folders first  (true/false)
     global $list_special_folders_first;
     $list_special_folders_first = true;