<<< Date Index >>>     <<< Thread Index >>>

Re: Need help debugging IMAP new mail notification problems



Hello Brendan,

* Brendan Cully <brendan@xxxxxxxxxx> [12/22/2005 09:19]:
> [...] If you're one of the users with problems detecting new mail in
> other folders, I'd appreciate it if you could pull the current CVS,
> run mutt with -d2 and send me the bits of the trace that include
> STATUS messages and their subsequent diagnostics.

I would like to help you, but after CVS update mutt starts with...

  "Error opening mailbox"

The index is empty, although the debug message shows "25 messages
total." (set imap_idle=no has no effect):

  Mutt 1.5.11+cvs20051223 started at Fri Dec 23 14:44:49 2005
  .
  Debugging at level 2.
  
  < * PREAUTH Ready.
  > a0000 CAPABILITY
  < * CAPABILITY IMAP4rev1 ACL ACL2=UNION
  Handling CAPABILITY
  < a0000 OK CAPABILITY completed
  > a0001 LIST "" ""
  < * LIST (\Noselect) "." ""
  Root delimiter: .
  < a0001 OK LIST completed
  > a0002 MYRIGHTS "INBOX"
  a0003 SELECT "INBOX"
  < * MYRIGHTS "INBOX" "acdilrsw"
  Handling MYRIGHTS
  < a0002 OK MYRIGHTS completed.
  < * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
  Getting mailbox FLAGS
  < * OK [PERMANENTFLAGS (\Draft \Answered \Flagged \Deleted \Seen)] Limited
  Getting mailbox PERMANENTFLAGS
  < * 25 EXISTS
  Handling EXISTS
  cmd_handle_untagged: New mail in INBOX - 25 messages total.
  < * 0 RECENT
  < * OK [UIDVALIDITY 1074777976] Ok
  Getting mailbox UIDVALIDITY
  < * OK [MYRIGHTS "acdilrsw"] ACL
  < a0003 OK [READ-WRITE] Ok
  message.c:102: mutt_mktemp returns "/tmp/mutt-XXXXX-1051-6216-0".
  > a0004 UID FETCH 1:-1 (UID FLAGS)
  < a0004 NO Error in IMAP command received by server.
  Error opening mailbox
  > a0006 STATUS "INBOX.monitoring" (UIDNEXT UIDVALIDITY UNSEEN)
  
  [...]
  
  < a0013 OK STATUS Completed.
  mutt_num_postponed: 0 postponed IMAP messages found.


Best regards
Heiko
[ using Mutt 1.5.11+cvs20051223 + tunnel-configuration ]