mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-03 19:33:36 +08:00
fix log messgae
This commit is contained in:
parent
942e35349e
commit
bce3d32240
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module.exports = {
|
||||||
let query = imapTools.normalizeMailbox(reference + path, !this.acceptUTF8Enabled);
|
let query = imapTools.normalizeMailbox(reference + path, !this.acceptUTF8Enabled);
|
||||||
|
|
||||||
let logdata = {
|
let logdata = {
|
||||||
short_message: '[GETQUOTAROOT]',
|
short_message: '[LIST]',
|
||||||
_mail_action: 'list',
|
_mail_action: 'list',
|
||||||
_query: query,
|
_query: query,
|
||||||
_user: this.session.user.id.toString(),
|
_user: this.session.user.id.toString(),
|
||||||
|
|
Loading…
Reference in a new issue