We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
c9fb4b7
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: