Sfoglia il codice sorgente

* Added the new option to the default config

Tyler Akins 24 anni fa
parent
commit
cb384b1399
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;