Aleksander Machniak
2012-06-07 f8c96f737c1916377e361e3fbaa8a415c4101ca4
program/include/rcube_imap_cache.php
@@ -18,9 +18,6 @@
 | Author: Thomas Bruederli <roundcube@gmail.com>                        |
 | Author: Aleksander Machniak <alec@alec.pl>                            |
 +-----------------------------------------------------------------------+
 $Id$
*/
@@ -314,10 +311,10 @@
            $uid          = intval($sql_arr['uid']);
            $result[$uid] = $this->build_message($sql_arr);
            // save memory, we don't need message body here (?)
            $result[$uid]->body = null;
            if (!empty($result[$uid])) {
                // save memory, we don't need message body here (?)
                $result[$uid]->body = null;
                unset($msgs[$uid]);
            }
        }
@@ -1149,3 +1146,6 @@
        return $index;
    }
}
// for backward compat.
class rcube_mail_header extends rcube_message_header { }