Re: New IMAP new mail detection code in CVS
Hello Brendan,
* Brendan Cully <brendan@xxxxxxxxxx> [12/17/2005 23:17]:
> I would more suspect the idle code. Does turning off imap_idle help?
No.
> Also, I can't really tell what "doesn't work" means - can you be more
> precise? As always, a piece of the .muttdebug exhibiting the problem
> is very helpful.
New mail detection doesn't work with my tunnel configuration.
Hitting "." (buffy-list) or waiting for mail_check has no effect.
Muttdebug shows them as "UNSEEN":
Mutt 1.5.11+cvs20051217 started at Sun Dec 18 10:40:05 2005
[...]
< * PREAUTH Ready.
> a0000 CAPABILITY
< * CAPABILITY IMAP4rev1 ACL ACL2=UNION
Handling CAPABILITY
< a0000 OK CAPABILITY completed
> a0001 LIST "" ""
< * LIST (\Noselect) "." ""
< a0001 OK LIST completed
Delimiter: .
> a0002 SELECT "INBOX"
[...]
imap_open_mailbox: msgcount is 37
> a0005 STATUS "INBOX.tickets" (UIDNEXT UIDVALIDITY UNSEEN)
a0006 STATUS "INBOX.monitoring" (UIDNEXT UIDVALIDITY UNSEEN)
< * STATUS "INBOX.tickets" (UIDNEXT 969 UIDVALIDITY 1075034981 UNSEEN 0)
Handling STATUS
INBOX.tickets (UIDVALIDITY: 1075034981, UIDNEXT: 969) 0 messages, 0 recent, 0
unseen
< a0005 OK STATUS Completed.
< * STATUS "INBOX.monitoring" (UIDNEXT 7667 UIDVALIDITY 1096031760 UNSEEN 2)
Handling STATUS
INBOX.monitoring (UIDVALIDITY: 1096031760, UIDNEXT: 7667) 0 messages, 0
recent, 2 unseen
< a0006 OK STATUS Completed.
Best regards,
Heiko