mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-28 15:43:41 +00:00
Refresh SOGo view after mailbox activation
This commit is contained in:
@@ -3505,7 +3505,6 @@ function mailbox($_action, $_type, $_data = null, $_extra = null) {
|
|||||||
// Track affected mailboxes for SOGo update
|
// Track affected mailboxes for SOGo update
|
||||||
$update_sogo_mailboxes[] = $username;
|
$update_sogo_mailboxes[] = $username;
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
break;
|
break;
|
||||||
case 'mailbox_rename':
|
case 'mailbox_rename':
|
||||||
$domain = $_data['domain'];
|
$domain = $_data['domain'];
|
||||||
|
|||||||
Reference in New Issue
Block a user