Mutt using IMAP - polling?
  Home FAQ Contact Sign in
comp.mail.mutt only
 
Advanced search
POPULAR GROUPS

more...

comp.mail.mutt Profile…
 Up
Mutt using IMAP - polling?         


Author: Anthony Campbell
Date: Jul 4, 2008 07:25

Is it possible to have Mutt poll for new emails when it is reading an
IMAP server? Or do you have to restat Mutt each time to see the new
mails?

I told it to watch the IMAP folder but nothing happens.

Anthony
2 Comments
Re: Mutt using IMAP - polling?         


Author: ssorrell
Date: Aug 1, 2008 10:11

On Jul 4, 10:25 am, Anthony Campbell acampbell.org.uk> wrote:
> Is it possible to have Mutt poll for new emails when it is reading an
> IMAP server? Or do you have to restat Mutt each time to see the new
> mails?
>
> I told it to watch the IMAP folder but nothing happens.
>
> Anthony

I'm currently looking for a solution to this problem as well. All
I've found so far is that you can use $ to "update" your mailbox -
purging any mail marked for deletion, and retrieving any new mail from
the server.
no comments
Re: Mutt using IMAP - polling?         


Author: Eike Rathke
Date: Aug 4, 2008 12:11

* ssorrell, 2008-08-01 17:11 UTC:
>> Is it possible to have Mutt poll for new emails when it is reading an
>> IMAP server? Or do you have to restat Mutt each time to see the new
>> mails?
>>
>> I told it to watch the IMAP folder but nothing happens.
> I'm currently looking for a solution to this problem as well.

See mutt manual,
3. Configuration
13. Monitoring incoming mail
Usage: [un]mailboxes folder [ folder ... ]

I use something like

set folder=imaps://imap.example.com/
set spoolfile=imaps://imap.example.com/INBOX
mailboxes !
mailboxes +somebox
mailboxes +otherbox

Works fine.

Eike
Show full article (0.76Kb)
no comments