Branch 'roundcubemail-plugins-kolab-3.1' - plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Mon Oct 7 13:42:29 CEST 2013


 plugins/libkolab/lib/kolab_storage_cache.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5207fd778b027f29148099dfbace758fce84b601
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Mon Oct 7 13:41:10 2013 +0200

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

diff --git a/plugins/libkolab/lib/kolab_storage_cache.php b/plugins/libkolab/lib/kolab_storage_cache.php
index ba6c106..a85cbd4 100644
--- a/plugins/libkolab/lib/kolab_storage_cache.php
+++ b/plugins/libkolab/lib/kolab_storage_cache.php
@@ -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




More information about the commits mailing list