From owner-freebsd-stable Sat Jan 20 19:25:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id C1E7937B404 for ; Sat, 20 Jan 2001 19:24:58 -0800 (PST) Received: (qmail 31504 invoked by uid 1001); 21 Jan 2001 03:25:45 -0000 Date: Sat, 20 Jan 2001 22:25:45 -0500 From: Pete Fritchman To: Roelof Osinga Cc: freebsd-stable@freebsd.org Subject: Re: MAIL set by whom? Message-ID: <20010120222545.A31387@databits.net> References: <3A6A50F3.307C9E06@nisser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6A50F3.307C9E06@nisser.com>; from roelof@nisser.com on Sun, Jan 21, 2001 at 04:01:07AM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In csh, the default .cshrc (/usr/share/skel/dot.cshrc), it's set: set mail = (/var/mail/$USER) ... could be changed to: set mail = (~/Maildir) ++ 21/01/01 04:01 +0100 - Roelof Osinga: >[...] >:setenv=MAIL=/home/$/Maildir/,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ Remember, this is overidden in system-wide profiles (/etc/profile and /etc/csh.cshrc) and user dotfiles (~/.[bash_]profile, ~/.cshrc, ~/.bashrc) all depending on the shell the user logs in with. What shell does the user have? >[...] >nl:~$ grep MAIL * >nl:~$ Note that the '*' pattern won't catch dot files. electron [292] % grep -i mail * grep: No match. electron [293] % grep mail .cshrc set mail = (/var/mail/$USER) electron [294] % > >[...] >PS I've read about: > >nl:~$ cat .mutttrc >set mbox_type="Maildir" >set mbox="$HOME/Maildir/" >set spoolfile="$HOME/Maildir/" >[...] Yes, that should work too. See also: http://www.mutt.org/doc/manual/manual-4.html#ss4.6 Regards, -pete >-- >Home is where the (@) http://eboa.com/ is. >Nisser home -- http://www.Nisser.com/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message -- Pete Fritchman Databits Network Services, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message