From owner-freebsd-questions@FreeBSD.ORG Fri Mar 30 09:34:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CFB7716A405 for ; Fri, 30 Mar 2007 09:34:31 +0000 (UTC) (envelope-from zhengtianyu1983@yahoo.com.cn) Received: from smtp101.plus.mail.re2.yahoo.com (smtp101.plus.mail.re2.yahoo.com [206.190.53.26]) by mx1.freebsd.org (Postfix) with SMTP id 6CAE813C44B for ; Fri, 30 Mar 2007 09:34:31 +0000 (UTC) (envelope-from zhengtianyu1983@yahoo.com.cn) Received: (qmail 66815 invoked from network); 30 Mar 2007 09:07:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Received:X-YMail-OSG:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:Mime-Version:Content-Type:Content-Disposition:User-Agent; b=NneiXNH3UqnGoquc1tWD3ASUTl88k/5ah3zd6cbWm+WB4ixHa7johnpJ4KgYCRjN8B7DLXszpYicgAEpuqUmgxzYy6DmN7/EEzqPVfWWoisIpG6sUiFyNj6LzVngVN5XrU0ax0bLjDPDy/yZYuiFqtKUhln6OHtMaSFDzAMuuoE= ; Received: from unknown (HELO mail.yahoo.com) (zhengtianyu1983@58.47.58.73 with login) by smtp101.plus.mail.re2.yahoo.com with SMTP; 30 Mar 2007 09:07:49 -0000 X-YMail-OSG: rsgG5BcVM1krb.CFnkukY0XIBMZ0icKcSxIAd_icptcWWFZS Received: by mail.yahoo.com (sSMTP sendmail emulation); Fri, 30 Mar 2007 17:07:35 +0800 Date: Fri, 30 Mar 2007 17:07:35 +0800 From: Zheng Tianyu To: freebsd-questions Message-ID: <20070330090734.GA1336@airfish.power.org> Mail-Followup-To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: where environment variable MAIL was set? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 09:34:31 -0000 Hi, All My account name is airfish, after I sued to root, I found that the environment variable MAIL remained MAIL=/var/mail/airfish. As a result, when I start mutt, it opens the airfish's mailbox. That's not what i desired. But I can't find where the MAIL is set. Should I unsetenv MAIL in my root's login file?