Browse Source

Remove automatically subscibing INBOX, hack no longer needed.

cosworth 25 years ago
parent
commit
3fad14b7b7
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/folders.php

+ 0 - 3
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 "<BR><BR><CENTER><b>";
    echo _("Mailboxes Created Successfully!");
    echo "<BR><A HREF=\"webmail.php?right_frame=folders.php\" TARGET=_top>";