Remove redundant updating of uid2msg map in synchronize()
This commit is contained in:
parent
ffb61b8649
commit
bfe6de5b54
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue