Redid the way folders are listed
[squirrelmail.git] / src / folders_rename_getname.php
index 5a8dec1c664a3f1519bdc1b8dd6d06f874cce578..bd78024c5f9882c0d118b8655aac001c847cae4c 100644 (file)
@@ -7,7 +7,6 @@
 
    $imapConnection = loginToImapServer($username, $key, $imapServerAddress);
    selectMailbox($imapConnection, $old, $numMessages);
-   getFolderList($imapConnection, $boxesFormatted, $boxesUnformatted, $boxesRaw);
 
    $dm = findMailboxDelimeter($imapConnection);
    if (strpos($old, $dm)) {