Re: [Mutt] #3233: Mutt hangs on opening IMAP mailbox
#3233: Mutt hangs on opening IMAP mailbox
---------------------------------+------------------------------------------
Reporter: romain.jacquet.dev | Owner: brendan
Type: defect | Status: accepted
Priority: major | Milestone: 1.6
Component: IMAP | Version:
Resolution: | Keywords: imap,freeze
---------------------------------+------------------------------------------
Changes (by brendan):
* priority: critical => major
Comment:
Wow, this looks like a pretty nasty bug on the server side:
{{{
7> a0003 MYRIGHTS "SENT/2009"
a0004 SELECT "SENT/2009"
7< * MYRIGHTS "SENT/2009" lrswickxteda
7< a0004 OK MYRIGHTS completed
}}}
...
{{{
7< a0004 OK [READ-WRITE] SELECT completed
}}}
The server has incorrectly tagged the completion of the MYRIGHTS command
(a0003) with the tag from the SELECT command (a0004). It's not surprising
that this confuses mutt! You should be able to work around this by putting
`set imap_pipeline_depth=0` in your muttrc.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3233#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent