From owner-freebsd-questions Sat Sep 28 20:24:23 2002 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 ABD5D37B401 for ; Sat, 28 Sep 2002 20:24:22 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 370F543E42 for ; Sat, 28 Sep 2002 20:24:22 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.5) id g8T3OLpR032991; Sat, 28 Sep 2002 22:24:21 -0500 (CDT) (envelope-from dan) Date: Sat, 28 Sep 2002 22:24:21 -0500 From: Dan Nelson To: Bryan Cassidy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Groups and Mutt Message-ID: <20020929032421.GK7711@dan.emsphone.com> References: <20020928220748.A50253@insightbb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020928220748.A50253@insightbb.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Sep 28), Bryan Cassidy said: > I have been playing around with some other options in mutt and I was > just wondering this. When you first open mutt you see all your > e-mails right? Well, I want to know instead of seeing "ALL" of your > e-mails on one screen can I have like one group for say the > freebsd-questions mailing list and everything for the mailing list is > sent to that group and so on. I hope I was clear enough with my > question. I am new to alot of things so if you don't mind I would > like a clear answer that explains a little in detail so I understand > what I am doing. What you want is procmail, which will filter your emails into different mail files. Then you can tell mutt about them with the "mailboxes" keyword. A sample procmailrc: MAILDIR=$HOME/Mail :0: * ^List-ID: bsdq :0: * ^List-ID: bsds And in your .muttrc: mailboxes ! =bsdq =bsds -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message