From 0280bcc14c72b1e88f4fcc032ce8d82096e2cd15 Mon Sep 17 00:00:00 2001 From: cosworth Date: Fri, 21 Apr 2000 15:44:31 +0000 Subject: [PATCH] Remove automatically subscibing INBOX, hack no longer needed. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@450 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/folders.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/folders.php b/src/folders.php index 66bbc56a..ac03efe8 100644 --- a/src/folders.php +++ b/src/folders.php @@ -36,9 +36,6 @@ if ($trash_create == "true") { sqimap_mailbox_create ($imapConnection, $trash_folder, ""); } - -//Major hack, need to right a funtion to check and if mailbox is subscribed to - sqimap_subscribe($imapConnection, "INBOX"); echo "

"; echo _("Mailboxes Created Successfully!"); echo "
"; -- 2.25.1