From dad22f726149a17a8132b67580b1fc7b092a8faa Mon Sep 17 00:00:00 2001 From: John Supplee Date: Mon, 28 Jan 2019 17:17:43 +0200 Subject: [PATCH] bug fix --- management/mailconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/mailconfig.py b/management/mailconfig.py index d9c89eb2..5d5f5343 100755 --- a/management/mailconfig.py +++ b/management/mailconfig.py @@ -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)