1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00

Fix bug in displaying users when there is an archived user

This commit is contained in:
John Supplee
2019-11-22 17:13:57 +02:00
parent 0860a93e84
commit 8e94402282
3 changed files with 9 additions and 1 deletions

View File

@@ -198,6 +198,10 @@ def get_mail_users_ex(env, with_archived=False):
"privileges": [],
"status": "inactive",
"mailbox": mbox,
"box_count": '?',
"box_size": '?',
"box_quota": '?',
"percent": '?',
}
users.append(user)