Fix enabled imap threading mode when synchronizing kolab folder (Bug #2323)
This commit is contained in:
parent
d5af672f6b
commit
8680256c54
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kolab storage cache class providing a local caching layer for Kolab groupware objects.
|
* 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);
|
$this->imap->folder_sync($this->folder->name);
|
||||||
|
|
||||||
// compare IMAP index with object cache index
|
// 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();
|
$this->index = $imap_index->get();
|
||||||
|
|
||||||
// determine objects to fetch or to invalidate
|
// determine objects to fetch or to invalidate
|
||||||
|
|
Loading…
Add table
Reference in a new issue