diff --git a/src/Storage/Folder/Maildir.php b/src/Storage/Folder/Maildir.php index 715cfc56..a2858555 100644 --- a/src/Storage/Folder/Maildir.php +++ b/src/Storage/Folder/Maildir.php @@ -193,7 +193,7 @@ public function selectFolder($globalName) throw new Exception\RuntimeException("{$this->currentFolder} is not selectable", 0, $e); } // seems like file has vanished; rebuilding folder tree - but it's still an exception - $this->_buildFolderTree($this->rootdir); + $this->_buildFolderTree(); throw new Exception\RuntimeException('seems like the maildir has vanished, I\'ve rebuild the ' . 'folder tree, search for an other folder and try again', 0, $e); }