alecpl
2012-01-18 0457c5d1017903b57c0a8235bcc9685f255fc150
- Fix call to undefined method rcube_imap::list_unsubscribed()


1 files modified
4 ■■■■ changed files
program/include/rcube_imap.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_imap.php
@@ -2896,10 +2896,10 @@
        // get list of folders
        if ((strpos($folder, '%') === false) && (strpos($folder, '*') === false)) {
            $sub_mboxes = $this->list_unsubscribed('', $folder . $delm . '*');
            $sub_mboxes = $this->list_folders('', $folder . $delm . '*');
        }
        else {
            $sub_mboxes = $this->list_unsubscribed();
            $sub_mboxes = $this->list_folders();
        }
        // send delete command to server