Merge pull request #7277 from ibobgunardi/bobi/mailcow-7136-sogo-active-refresh

Refresh SOGo view after mailbox activation
This commit is contained in:
FreddleSpl0it 2026-06-11 09:53:30 +02:00 committed by GitHub
commit d455555621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3502,11 +3502,10 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
'msg' => array('mailbox_modified', $username)
);
// Track affected mailboxes for SOGo update
$update_sogo_mailboxes[] = $username;
}
return true;
break;
// Track affected mailboxes for SOGo update
$update_sogo_mailboxes[] = $username;
}
break;
case 'mailbox_rename':
$domain = $_data['domain'];
$old_local_part = $_data['old_local_part'];