From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 13:22:25 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 78F5A16A4CF for ; Sun, 19 Dec 2004 13:22:25 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 0853643D3F for ; Sun, 19 Dec 2004 13:22:25 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.171.1.225 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 19 Dec 2004 13:22:24 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sun, 19 Dec 2004 05:22:21 -0800 User-Agent: KMail/1.7.2 References: <41C45B6B.2030801@makeworld.com> <41C53C50.2020804@pacific.net.sg> In-Reply-To: <41C53C50.2020804@pacific.net.sg> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412190522.22381.krinklyfig@spymac.com> cc: "Colin J. Raven" cc: Erich Dollansky cc: FreeBSD - Ports Subject: Re: OT - Filter for Thunderbird 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: Sun, 19 Dec 2004 13:22:25 -0000 On Sunday 19 December 2004 12:31 am, Erich Dollansky wrote: > Hi, > > Colin J. Raven wrote: > > On Dec 18, Chris launched this into the bitstream: > >> Erich Dollansky wrote: > >>> Hi, > >> > >> If I failed to articulate that - then it's my fault. > > > > I hope I'm understanding...you mean apply a filter to *existing* > > mail?? I'm not even sure it's possible in T/Bird. > > Mozilla & Co. are receiving all e-mail into an "inbox". The filters > are then applied onto the "inbox". This limits Mozilla & Co. in > certain ways. > > > For the future though................. > > Your idea makes sense in many ways. Take only this mailing list as an > example. > > It is not a problem to do this in general, just Mozilla & Co. do not > provide it. I tried recently to setup a filter which also needed > access to other mails. > > I have to stick to Mozilla & Co. as I move my mails between FreeBSD > and Windows. If you really wanted you could setup something like fetchmail and procmail to fetch and filter into folders (I prefer getmail instead of fetchmail, YMMV), or trash dupes or whatever, then use whatever client you like to read it and hand it off to your SMTP. Of course, this does require that you have a server running all the time, but you could even expand on it and use something like IMAP if you wanted, so that you can easily access your mail plus all your folders from pretty much anywhere. - jt