Set _mailbox property when saving Kolab objects (#2474)
This commit is contained in:
parent
1f8e7cc478
commit
f24a1da34b
1 changed files with 1 additions and 0 deletions
|
@ -764,6 +764,7 @@ class kolab_storage_folder
|
|||
// update cache with new UID
|
||||
if ($result) {
|
||||
$object['_msguid'] = $result;
|
||||
$object['_mailbox'] = $this->name;
|
||||
$this->cache->insert($result, $object);
|
||||
|
||||
// remove temp file
|
||||
|
|
Loading…
Add table
Reference in a new issue