Re: [Mutt] #3218: <space> doesn't cycle through mailboxes
#3218: <space> doesn't cycle through mailboxes
-----------------------+----------------------------------------------------
Reporter: agriffis | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version:
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Comment(by agriffis):
Added some debugging code to imap_expand_path(), here's what I see:
Changeset 5662:
{{{
imap_expand_path (imaps://mail.griffis1.net/INBOX, 256)
imap_fix_path returned INBOX
url_ciss_tostring returned imaps://mail.griffis1.net/INBOX
imap_expand_path (imaps://mail.griffis1.net/INBOX/clojure, 256)
imap_fix_path returned INBOX/clojure
url_ciss_tostring returned imaps://mail.griffis1.net/INBOX/clojure
}}}
Changeset 5663:
{{{
imap_expand_path (imaps://mail.griffis1.net/INBOX, 256)
imap_fix_path returned INBOX
url_ciss_tostring returned imaps://mail.griffis1.net/INBOX
imap_expand_path (imaps://mail.griffis1.net/INBOX/clojure, 256)
imap_fix_path returned INBOX.clojure
url_ciss_tostring returned imaps://mail.griffis1.net/INBOX.clojure
}}}
There's another mailbox past "clojure" that I can't reach by hitting
<space>.
I *suspect* that curs_main.c is getting hung up on a mismatch between the
INBOX/clojure (in my mailboxes list) and INBOX.clojure (as returned by
imap_expand_path with the newer code).
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3218#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent