Aleksander Machniak
2014-04-10 eddaf0b5f68c9863181b62db33bc468d38071e8a
program/lib/Roundcube/rcube_message.php
@@ -75,7 +75,7 @@
    function __construct($uid, $folder = null)
    {
        // decode combined UID-folder identifier
        if (preg_match('/^\d+-[^,]+$/', $uid)) {
        if (preg_match('/^\d+-.+/', $uid)) {
            list($uid, $folder) = explode('-', $uid, 2);
        }