From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 20:16:29 2003 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 71C5C16A4CE for ; Wed, 17 Dec 2003 20:16:29 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B8B43D5E for ; Wed, 17 Dec 2003 20:16:26 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBI4F5hN012614; Thu, 18 Dec 2003 15:15:06 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBI4F5Gv012609; Thu, 18 Dec 2003 15:15:05 +1100 (EST) Date: Thu, 18 Dec 2003 15:15:02 +1100 From: Gautam Gopalakrishnan To: Bryan Cassidy Message-ID: <20031218041502.GA12510@madras.dyndns.org> References: <20031218002214.GA80480@bsdjunky.homeunix.org> <20031218000609.GT83116@seekingfire.com> <20031218035605.GA12420@madras.dyndns.org> <20031218050857.GA28045@bsdjunky.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031218050857.GA28045@bsdjunky.homeunix.org> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: Mutt + Procmail Filters 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: Thu, 18 Dec 2003 04:16:29 -0000 On Wed, Dec 17, 2003 at 11:08:57PM -0600, Bryan Cassidy wrote: > OK. I've added that to my .procmailrc but when I load Mutt it > still doesn't show any group called freebsd-questions. Do I > have to create a ~/Maildir/freebds-questions directory? I am > using Postfix + Courier-IMAP + SquirrelMail + Procmail so I'm > using Maildir. When mutt starts, it shows your inbox (specified by the MAIL environment variable). If you want to look at the subfolders inside ~/Mail, type "c?" (small letter c, then a question mark). That will list the folders inside ~/Mail. Just to clarify (any maybe confuse further), mail folders are just normal files (in mbox at least, I dunno anything about maildir). Just make sure, the the directory specified by MAILDIR really exists. And don't forget to read the mutt manual.