auto_mail_accounts/lib
Alexey Abel 61e3c854e6 Fix deletion of users when no mail account is present
Instead of catching a null reference for non-existing mail accounts, it seems
to be easier to only get the mail acccount when we actually want to do
something with it. Since we are only intersted in the change of the display
name, the retreival of the user account has been moved to that if-branch.
This also seems more like a Nextcloud bug, since it fails on errors of hooks.
2018-12-14 16:29:57 +01:00
..
AppInfo Initial Commit 2018-06-06 00:57:05 +02:00
Hooks Fix deletion of users when no mail account is present 2018-12-14 16:29:57 +01:00
Config.php Initial Commit 2018-06-06 00:57:05 +02:00