Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong mailbox count after restoring archive #231

Closed
rfhsorna opened this issue Jul 20, 2017 · 0 comments
Closed

Wrong mailbox count after restoring archive #231

rfhsorna opened this issue Jul 20, 2017 · 0 comments

Comments

@rfhsorna
Copy link

After restoring an archived mailbox, the mailbox counter for the associated domain is not raised.

I added the following code in application/controllers/ArchiveController.php on line 479:

$data['mailbox']->getDomain()->setMailboxCount( $data['mailbox']->getDomain()->getMailboxCount() + 1 );

Would be good, if this could be fixed proper way.

@barryo barryo closed this as completed in c9fb4b7 May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant