1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-24 07:37:04 +00:00
This commit is contained in:
John Supplee 2019-01-28 17:17:43 +02:00
parent 587f33b6c0
commit dad22f7261

View File

@ -135,7 +135,7 @@ def get_mail_users_ex(env, with_archived=False):
user = {
"email": email,
"privileges": parse_privs(privileges),
"user": quota,
"quota": quota,
"status": "active",
}
users.append(user)