Thomas Bruederli
2014-04-08 1d1fdcbf8cd7cce93454eb0b64eaf76975ebdd17
program/lib/Roundcube/rcube_imap.php
@@ -1709,7 +1709,7 @@
        // decode combined UID-folder identifier
        if (preg_match('/^\d+-[^,]+$/', $uid)) {
            list($uid, $folder) = explode('-', $uid);
            list($uid, $folder) = explode('-', $uid, 2);
        }
        // get cached headers
@@ -1745,7 +1745,7 @@
        // decode combined UID-folder identifier
        if (preg_match('/^\d+-[^,]+$/', $uid)) {
            list($uid, $folder) = explode('-', $uid);
            list($uid, $folder) = explode('-', $uid, 2);
        }
        // Check internal cache