]> granicus.if.org Git - mutt/commit
The attached patch cleans up some bugs in switching IMAP mailboxes:
authorBrendan Cully <brendan@kublai.com>
Sun, 7 Apr 2002 19:21:45 +0000 (19:21 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 7 Apr 2002 19:21:45 +0000 (19:21 +0000)
commit34ea072e455300005a9831cf833cf11663720f7f
tree4044bcc99e8577b36b7c280ae61a4dafecf6ca2e
parent41331b6985bf2dac94275eee4d4cf2cb9b6dff46
The attached patch cleans up some bugs in switching IMAP mailboxes:
* free current flags on mailbox close
* reset reopen state
* don't parse the same untagged SELECT response for multiple options
* call mx_update_context after reading the whole mailbox, not after
  each message
* reset new mail flag if mail arrives in the middle of opening the
  mailbox. This should close 1139

939 is most likely unaffected. I discovered these problems while
investigating 939.
imap/command.c
imap/imap.c
imap/message.c