#3641: Latest commit causes mutt to quit after failed password attempt on OSX
10.8.3.
-------------------------+---------------------
Reporter: balderdash | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone:
Component: IMAP | Version:
Resolution: | Keywords:
-------------------------+---------------------
Comment (by balderdash):
Update:
It turns out that in order to get the buggy behavior, I have to call mutt
like this: 'mutt -f ='. But again, that's been working fine for ages
until the most recent commit. (I have my $spoolfile not be my INBOX, so
that ordinarily a non-inbox TODO folder is the default starting folder).
Also, I did '-d 4' to get some logs. I diffed two logs resulting from the
procedure described in the bug report, one where I did 'mutt' and the
other where I did 'mutt -f ='. Interestingly, they are identical (except
the timestamps) until the very end, where the latter (the buggy one) is
missing two lines that the former has.
Doing 'mutt' and following the procedure (which results in non-bug) has
the last two lines as:
{{{
[2013-04-25 01:29:13] mutt_num_postponed: using old IMAP postponed count.
[2013-04-25 01:29:25] mutt_index_menu[599]: Got op 146
}}}
Doing 'mutt -f =' and following the procedure lacks those two lines and
ends with:
{{{
[2013-04-25 01:34:26] Login failed.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3641#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent