Date: Fri, 21 Mar 2003 02:03:18 -0500 From: David Banning <david@skytracker.ca> To: Brian Henning <b1henning@hotmail.com> Cc: freebsd <freebsd-questions@freebsd.org> Subject: Re: filter or app Message-ID: <20030321020318.B56375@skytrackercanada.com> In-Reply-To: <OE45OI7vDcPp2APfrrF000034a9@hotmail.com>; from b1henning@hotmail.com on Thu, Mar 20, 2003 at 04:33:19PM -0600 References: <OE45OI7vDcPp2APfrrF000034a9@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 20, 2003 at 04:33:19PM -0600, Brian Henning wrote: > Greetings, > > is there a tool out there that could go though an mail inbox and change all of > the non text email messages (rtf or html) to a text based message? or does there > exist a filter to do it? I would think that it depends on your mail client. I user mutt and my .mailcap has lines like this; text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html which translate html to text. I don't even notice that html code has been sent to me. I imagine you could just as simply pipe your html mail through "lynx -dump" if you wanted to read it from another client. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030321020318.B56375>