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