Aleksander Machniak
2013-06-06 61ccdfcfbb943abb75d3245f6c70b0c3c0b1b34c
program/lib/Roundcube/rcube_imap.php
@@ -3691,7 +3691,7 @@
    {
        if ($this->caching && !$this->cache) {
            $rcube = rcube::get_instance();
            $ttl = $rcube->config->get('messages_cache_ttl', '10d');
            $ttl = $rcube->config->get('imap_cache_ttl', '10d');
            $this->cache = $rcube->get_cache('IMAP', $this->caching, $ttl);
        }