From: philippe_mingo Date: Tue, 29 Jan 2002 17:45:42 +0000 (+0000) Subject: $special_folders[] have been discontinued. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a254dad3d953ab470d89cb2a69cc4030238875f1 $special_folders[] have been discontinued. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2286 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/config_default.php b/config/config_default.php index afb55a8b..309cc5c7 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -150,21 +150,6 @@ $sent_folder = 'INBOX.Sent'; $draft_folder = 'INBOX.Drafts'; $auto_expunge = true; -/** - * Special Folders are folders that can't be manipulated like normal user - * created folders can. A couple of examples would be 'INBOX.Trash', - * 'INBOX.Drafts'. We have them set to Netscape's default mailboxes, but - * this obviously can be changed. To add one, just add a new number to the - * array. - */ -global $special_folders; -$special_folders[0] = 'INBOX'; /* The first special folder should always */ - /* be the inbox (whatever it is named). */ -$special_folders[1] = $trash_folder; -$special_folders[2] = $sent_folder; -$special_folders[3] = $draft_folder; -$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?