1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-05 22:07:23 +02:00
This commit is contained in:
John Supplee
2019-04-17 11:10:38 +02:00
4 changed files with 8 additions and 4 deletions

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,
}