program/include/rcube_imap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap.php
@@ -3230,8 +3230,13 @@ $result = $this->conn->createFolder($mailbox); // try to subscribe it if ($result && $subscribe) if ($result) { // clear cache $this->clear_cache('/^mailboxes.*/', true); if ($subscribe) $this->subscribe($mailbox); } return $result; }