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); }