last small log update

This commit is contained in:
ClaraCrazy 2025-12-12 22:49:07 +01:00
parent a2db3d6977
commit d59a81c838
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -55,7 +55,7 @@ class MailProcessingService extends EventEmitter {
console.log(`Initial load done, got ${this.mailRepository.mailCount()} mails`) console.log(`Initial load done, got ${this.mailRepository.mailCount()} mails`)
console.log(`Fetching and deleting mails every ${this.config.imap.refreshIntervalSeconds} seconds`) 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(`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) { onNewMail(mail) {