Remove redundant updating of uid2msg map in synchronize()

This commit is contained in:
Aleksander Machniak 2015-01-12 10:29:47 +01:00
parent ffb61b8649
commit bfe6de5b54

View file

@ -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