<<< Date Index >>>     <<< Thread Index >>>

Re: regression between revisions 5546 and 5554



* Wed Nov 19 2008 Fabian Groffen <grobian@xxxxxxxxxx>
> On 18-11-2008 12:39:31 +0100, Jukka Salmi wrote:
> > Jukka Salmi --> mutt-dev (2008-11-08 14:01:08 +0100):
> > > I'm seeing some recently introduced problems with Mutt, mainly regarding
> > > browsing IMAP folders (on Cyrus 2.1 and 2.2 IMAP servers; I didn't try
> > > other IMAP servers).
> ...
> > > Hmm, is anybody else seing this as well?
> 
> I a similar problem on Cyrus.  I can't access mailboxes that are above
> my ../INBOX folder, e.g. the ../shared.XXX folder.  Mutt claims the
> mailbox does not exist, whereas plain 1.5.18 can find the folder fine.
> The browser can see the folder though.

How do you reproduce it from "mutt -nF /dev/null" ?
I set up Cyrus IMAPD 2.3.13 with unixhierachysep=1, and I can
do "mutt -nF /dev/null -f imap://localhost/INBOX.second.third"
with my patch.

Do you want mutt to translate "imap://localhost/second.third"
to "imap://localhost/INBOX.second.third" ? But older versions
didn't do it IIRC.


> > A patch (which is attached) I received off-list from TAKAHASHI Tamotsu
> > seems to fix the problems described above.  Any comments?
> 
> Unfortunately it doesn't help in my case :/

Did you really rebuild imap/libimap.a and mutt?
Try "make -C imap clean all && rm -f mutt && make mutt"
after applying the patch if you aren't sure.

-- 
tamo