From bce3d32240e7d89b2ffc08831de7c5054555a5e9 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 24 Jan 2019 00:22:03 +0200 Subject: [PATCH] fix log messgae --- imap-core/lib/commands/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap-core/lib/commands/list.js b/imap-core/lib/commands/list.js index 13359178..f8eba607 100644 --- a/imap-core/lib/commands/list.js +++ b/imap-core/lib/commands/list.js @@ -110,7 +110,7 @@ module.exports = { let query = imapTools.normalizeMailbox(reference + path, !this.acceptUTF8Enabled); let logdata = { - short_message: '[GETQUOTAROOT]', + short_message: '[LIST]', _mail_action: 'list', _query: query, _user: this.session.user.id.toString(),