Merge branch 'master' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab
This commit is contained in:
commit
82552f7988
2 changed files with 1 additions and 1 deletions
|
@ -30,3 +30,4 @@ $rcmail_config['kolab_http_request'] = array();
|
|||
// 2 - bypass messages/indexes cache completely
|
||||
// 1 - bypass only messages, but use index cache
|
||||
$rcmail_config['kolab_messages_cache_bypass'] = 0;
|
||||
|
||||
|
|
|
@ -83,7 +83,6 @@ class kolab_storage
|
|||
'skip_deleted' => true,
|
||||
'threading' => false,
|
||||
));
|
||||
self::$imap->set_pagesize(9999);
|
||||
}
|
||||
else if (!class_exists('kolabformat')) {
|
||||
rcube::raise_error(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue