program/lib/Roundcube/rcube_message.php
@@ -76,7 +76,7 @@ { // decode combined UID-folder identifier if (preg_match('/^\d+-[^,]+$/', $uid)) { list($uid, $folder) = explode('-', $uid); list($uid, $folder) = explode('-', $uid, 2); } $this->uid = $uid;