Recently, Alex Miller had the following to say about RE: Pine, Mutt, and Maildir:
> Ok, thanks Scott
>
> but pardon my stupidity, where should I set this, rc.local with a set
> command? I have Redhat, and am not clear on setting environment variables. I
> know this is the kind of thing I should know but I've been puzzled by
> setting environment variables for a while now, all the reference books seem
> to assume more experience with environment variables than I have.
>
Here's what I use in my .muttrc file to use Maildirs:
set mbox_type="Maildir"
set mbox="$HOME/Maildir/"
set spoolfile="$HOME/Maildir/"
This does the trick for me. This .muttrc file is in my $HOME
directory. To make it system wide, you'd need to put it in your Muttrc file,
the system-wide mutt configuration file which, on my system, is located in
my /etc directory. However, I have never done this system-wide. I have only
done it for myself as almost all my shell users use Pine, not Mutt.
Hope that helps,
Fred
--
Fred B. Ringel -- Rivertown.Net Internet Access
Systems Administrator -- http://www.rivertown.net
and General Fixer Upper -- Voice/Fax/Support: +1.914.478.2885
E-mail: [EMAIL PROTECTED] for current my public key
Wasn't there something about a PASCAL programmer knowing the value of
everything and the Wirth of nothing?