parent
dd7a2aa8a6
commit
fb25013334
|
@ -150,7 +150,7 @@ def get_mail_users_ex(env, with_archived=False):
|
||||||
if email in active_accounts: continue
|
if email in active_accounts: continue
|
||||||
user = {
|
user = {
|
||||||
"email": email,
|
"email": email,
|
||||||
"privileges": "",
|
"privileges": [],
|
||||||
"status": "inactive",
|
"status": "inactive",
|
||||||
"mailbox": mbox,
|
"mailbox": mbox,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue