Chung, Ha-Nyung wrote:
> 
>  In index, press "c" to open other mailboxes and "?" for
>  list. But no mailboxes are shown in mailboxes dialog(?).
>  With the same configuration files, before works mutt
>  correctly. but from oneday, listing mailboxes doesn't
>  work, at least it seems to do so.
> 
>  mailbox type is Maildir and I use qmail.
> -- 
>  Ha-Nyung Chung <[EMAIL PROTECTED]>
> 

My first guess would be that your $folder variable is set
incorrectly.  (Default: "~/Mail")

If your mailboxes are somewhere other than "~/Mail", then you
should specify their location.  (Even though I use "~/Mail",
I specify it in my ~/.muttrc anyway as a protection against evil
system administrators who might mess with the system-wide
Muttrc.)

For example, if your mailboxes are in ~/.mutt/Mail you might want
to have something similar to this in your ~/.muttrc :

set folder=~/.mutt/Mail         # The default location of mailboxes.
                                # ("=" and "+" will expand to this.)

Perhaps this will solve your problem.

        -- Mr. Wade

-- 
Linux: The Choice of the GNU Generation


Reply via email to