From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 02:08:49 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E26216A4CE for ; Mon, 20 Sep 2004 02:08:49 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D373743D48 for ; Mon, 20 Sep 2004 02:08:48 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 19 Sep 2004 21:08:46 -0500 Message-ID: <414E3B9B.20409@daleco.biz> Date: Sun, 19 Sep 2004 21:08:27 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: susmit sarkar References: <20040919133714.63458.qmail@web41206.mail.yahoo.com> In-Reply-To: <20040919133714.63458.qmail@web41206.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Sep 2004 02:08:50.0030 (UTC) FILETIME=[C50B38E0:01C49EB6] cc: freebsd-questions@freebsd.org Subject: Re: deleting mails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 02:08:49 -0000 susmit sarkar wrote: >Dear Sir/Madam, > >I know that the question I am asking might sound very stupid. >But it has me really perplexed. It relates to Unix mail. I use >the d command to delete mails. Like >d >or >d >But sometimes I find that the mails get deleted and sometimes >not. I want the mails that I delete to be deleted sure shot. >I have tried exiting using q but still the mails are there when >I check back later. We have a BSD system. Please advise me how >I can delete mail that I want deleted without the fear of it >reappearing again when I log in and check the next time. > >Regards >Susmit > > Now, you're not really *afraid* of the mails are you? :-) My two cents --- you're using mail at the command line, right? I'd install mutt (/usr/ports/mail/mutt), and use it as your client. IMHO, the best thing I ever did for my CLI mail was to install mutt and alias "mail" to "mutt" in my .cshrc ... HTH, Kevin Kinsey