On Sun, Sep 19, 1999 at 12:30:54AM +0200, LRiva wrote:
> 1) how shall I configure Mutt in order to make it read maildir-like mailboxes
> as default ? [...]
You must define the mailbox type in ~/.muttrc:
set mbox-type="Maildir"
> but when I start the program simply typing 'mutt' it says :
> "/home/user/mailbox : no such file or directory"
If you want to use /home/user/maildir as default for all users, add
the following lines to your /etc/profile:
export MAIL=~/maildir
export MAILDIR=~/maildir
(Otherwise add them to /home/lriva/.bash_profile)
good luck
Mark Weinem