From d59a81c838bdc17b7324ee8f1a60968df870d3f4 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Fri, 12 Dec 2025 22:49:07 +0100 Subject: [PATCH] last small log update --- application/mail-processing-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/mail-processing-service.js b/application/mail-processing-service.js index 2cec59f..96c4977 100644 --- a/application/mail-processing-service.js +++ b/application/mail-processing-service.js @@ -55,7 +55,7 @@ class MailProcessingService extends EventEmitter { console.log(`Initial load done, got ${this.mailRepository.mailCount()} mails`) console.log(`Fetching and deleting mails every ${this.config.imap.refreshIntervalSeconds} seconds`) console.log(`Mails older than ${this.config.email.purgeTime.time} ${this.config.email.purgeTime.unit} will be deleted`) - console.log(`The example emails are: ${this.config.email.examples.uids.join(', ')}`) + console.log(`The example emails are: ${this.config.email.examples.uids.join(', ')}, on the account ${this.config.email.examples.account}`) } onNewMail(mail) {