#3646: Problem browsing to IMAP folders
---------------------+---------------------------
  Reporter:  mancha  |      Owner:  brendan
      Type:  defect  |     Status:  new
  Priority:  major   |  Milestone:
 Component:  IMAP    |    Version:  1.5.21
Resolution:          |   Keywords:  browse folder
---------------------+---------------------------

Comment (by Safari):

 {{{#!c
     /* if our target exists and has inferiors, enter it if we
      * aren't already going to */
     if (mbox[n-1] != idata->delim)
 }}}

 if that path is not taken:

 {{{#!c
     /* if we're descending a folder, mark it as current in browser_state
 */
     if (mbox[n-1] == list.delim)
 }}}
 then '''list''' is used uninitialized.

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3646#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to