Hello,

> > I don't have this problem, but the same mutt-patched version, and use
> > local maildir.
> 
> I can confirm the above problem, my mails are stored on an IMAP server.


I also confirm the problem with mailboxes hosted on an imap server. But I am
also able to reproduce it with local Maildir mailboxes. The problem can be
triggered by fiddling with the folder/spoolfile parameters.

Here is a minimal muttrc I used for testing:

[EMAIL PROTECTED]:~$ cat muttrc.test 
set spoolfile="~/Maildir/"
mailboxes = \
          =.Work.KIS.Sysadmin/ \
          =.Work.C2C.Sysadmin/ \
          =.Perso/ \

bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open


When running mutt with this config file (mutt -F muttrc.test), the
sidebar displays ok (except the messages count):

INBOX             0|
 .Work.KIS.Sysadm 0|
 .Work.C2C.Sysadm 0|
 .Perso           0|

But when changing folder with ctrl-o, mutt replies:

/home/marc/Mail/.Perso is not a mailbox.


If I add the following option to my muttrc.test:

set folder="~/Maildir/"

I am able to open my folders fine, the message count is correct, but the
names are lost:

INBOX           759|
<null>         8034|
<null>         6225|
<null>          558|

Let me know if I can provide more info or something.

Cheers,
Marc

Attachment: signature.asc
Description: Digital signature

Reply via email to