Fix enabled imap threading mode when synchronizing kolab folder (Bug #2323)

This commit is contained in:
Aleksander Machniak 2013-10-07 13:41:10 +02:00
parent d5af672f6b
commit 8680256c54

View file

@ -1,4 +1,4 @@
<?php
<?php>
/**
* Kolab storage cache class providing a local caching layer for Kolab groupware objects.
@ -103,7 +103,7 @@ class kolab_storage_cache
$this->imap->folder_sync($this->folder->name);
// compare IMAP index with object cache index
$imap_index = $this->imap->index($this->folder->name);
$imap_index = $this->imap->index($this->folder->name, null, null, true, true);
$this->index = $imap_index->get();
// determine objects to fetch or to invalidate