From 78546ff2826306549fc9e797936dd0fb08bf2097 Mon Sep 17 00:00:00 2001 From: fidian Date: Sun, 20 May 2001 15:33:35 +0000 Subject: [PATCH] * Added the new option to the default config git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1378 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index c1d4fc49..b3d185bf 100644 --- a/config/config_default.php +++ b/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; -- 2.25.1