Works for me. :-)
I had tried using two "set folder" entries, without success.
Thanks a million.
--- El jue, 29/12/11, Tim Gray escribió:
> De: Tim Gray
> Asunto: Re: Checking both locally delivered mail and remote IMAP server
> Para: mutt-users@mutt.org
> Fecha: j
On Dec 28, 2011 at 07:54 PM +, josedavidmj-fo...@yahoo.es wrote:
Does anyone have any idea of how to achieve this goal?
Try this:
set folder = "~/.maildir"
mailboxes !
mailboxes "imaps://imap.gmail.com:993/INBOX"
You just need to add the IMAP mailboxes individually. You can d
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