Hello, 
I have my local mail delivered by postfix on a maildir directory structure.
I can use mutt to check this kind of mail easily:

set folder = "~/.maildir"
mailboxes !

I can also use mutt to check my IMAP mail remotely:

set folder = "imaps://imap.gmail.com:993"
mailboxes "=INBOX"
 
Although I can configure mutt to check any of those mailboxes individually, I 
haven't come up with a single configuration file that allow me to check both my 
local mail and my remote IMAP mail server.

Does anyone have any idea of how to achieve this goal?

Thanks in advance.

Reply via email to