plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Mon Jan 12 10:30:59 CET 2015


 plugins/libkolab/lib/kolab_storage_cache.php |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit bfe6de5b54a187e63ae589834cf728013f759959
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Jan 12 10:29:47 2015 +0100

    Remove redundant updating of uid2msg map in synchronize()

diff --git a/plugins/libkolab/lib/kolab_storage_cache.php b/plugins/libkolab/lib/kolab_storage_cache.php
index 6f22252..144cfa1 100644
--- a/plugins/libkolab/lib/kolab_storage_cache.php
+++ b/plugins/libkolab/lib/kolab_storage_cache.php
@@ -204,7 +204,6 @@ class kolab_storage_cache
                     $old_index = array();
                     while ($sql_arr = $this->db->fetch_assoc($sql_result)) {
                         $old_index[] = $sql_arr['msguid'];
-                        $this->uid2msg[$sql_arr['uid']] = $sql_arr['msguid'];
                     }
 
                     // fetch new objects from imap




More information about the commits mailing list