Re: [Mutt] #3410: Mutt crashes when two instances open the same mailbox
#3410: Mutt crashes when two instances open the same mailbox
--------------------+-------------------------------------------------------
Reporter: vext01 | Owner: me
Type: defect | Status: assigned
Priority: major | Milestone:
Component: mutt | Version:
Keywords: |
--------------------+-------------------------------------------------------
Comment(by me):
The problem resides in imap/command.c in cmd_handle_fatal().
mx_fastclose_mailbox() is called on idata->ctx which in this case is an
alias for the global Context.
I'm guessing that this code should not close the context because I don't
see anywhere that the imap code internally opens the mailbox.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3410#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent