Thomas Bruederli
2014-04-08 1d1fdcbf8cd7cce93454eb0b64eaf76975ebdd17
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;