alecpl
2012-04-19 5d66a4bcf3ad5d584255184776f1f04451c929fc
program/include/rcube_imap.php
@@ -3532,8 +3532,6 @@
        if ($this->caching && !$this->cache) {
            $rcube = rcube::get_instance();
            $ttl = $rcube->config->get('message_cache_lifetime', '10d');
            $ttl = get_offset_time($ttl) - time();
            $this->cache = $rcube->get_cache('IMAP', $this->caching, $ttl);
        }