Thomas Bruederli
2014-04-07 e8cb51669a325a3d5b60fcc37b99d494809bf837
program/lib/Roundcube/rcube_message.php
@@ -74,6 +74,11 @@
     */
    function __construct($uid, $folder = null)
    {
        // decode combined UID-folder identifier
        if (preg_match('/^\d+-[^,]+$/', $uid)) {
            list($uid, $folder) = explode('-', $uid);
        }
        $this->uid  = $uid;
        $this->app  = rcube::get_instance();
        $this->storage = $this->app->get_storage();