X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_default.php;h=309cc5c7a2bb6b2835ed1d141f6382bcc29085f7;hp=afb55a8b33f6e2422325ee73850818d991763fe5;hb=a254dad3d953ab470d89cb2a69cc4030238875f1;hpb=7c8d1194f9b369fc05581cededf4d7556c8caf78 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?