Skip to content

Bug fixes

Compare
Choose a tag to compare
@barryo barryo released this 03 Mar 12:37
· 151 commits to master since this release

A new feature allowing the on disk deletion of mailboxes created an issue when purging mailboxes without deleting the file system in that the mailbox record was marked as soft-deleted rather than actually deleted. This prevented the same mailbox from being added again in the future. This is corrected in this release but it now requires that on disk deletion be explicitly enabled in application.ini by adding:

mailbox_deletion_fs_enable = true

Fix #61 - a Doctrine2 query issue which will affect all non-super administrators.