This commit is contained in:
John Supplee
2019-04-17 11:10:38 +02:00
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ def get_mail_users_ex(env, with_archived=False):
if email in active_accounts: continue
user = {
"email": email,
"privileges": "",
"privileges": [],
"status": "inactive",
"mailbox": mbox,
}