MMPieps/MMM-Mail

How can I view two email addresses?

Opened this issue · 1 comments

How can I view two email addresses?

Two email addresses can be seen in the screnshot.
Two headers can be seen in the screnshot. How do I configure this?
Sorry for my bad English. I have configured the following but i see the emails from one accounts. The E-mail i see are from the last user in the config.

modules: [
{
module: 'MMM-Mail',
position: 'bottom_left',
header: 'Email',
config:{
user: 'hoendel1@gmail.com',
pass: 'xxx',
host: 'imap.gmail.com',
port: 993,
numberOfEmails: 5,
fade: true,
subjectlength: 50,
user: 'hoendel@gmail.com',
pass: 'xxx',
host: 'imap.gmail.com',
port: 993,
numberOfEmails: 5,
fade: true,
subjectlength: 50,
},
}
]

Thank you in advance for the help
Hoendel

Call the module twice, once for each address.