From owner-freebsd-questions Mon Dec 3 8: 1: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 4296837B496 for ; Mon, 3 Dec 2001 08:00:53 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id fB3G0cW80549; Mon, 3 Dec 2001 10:00:38 -0600 (CST) (envelope-from dan) Date: Mon, 3 Dec 2001 10:00:37 -0600 From: Dan Nelson To: Veaceslav Revutchi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mutt and html Message-ID: <20011203160037.GB61536@dan.emsphone.com> References: <20011203100148.A31862@zeus.dnt.md> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011203100148.A31862@zeus.dnt.md> User-Agent: Mutt/1.3.23.2i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error 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 (Dec 03), Veaceslav Revutchi said: > is there a way to read html messages with mutt? is anyone doing this? > can I define in mutt to launch lynx whenever it opens a text/html > content? Put the following in ~/.mailcap: text/html; lynx -force_html -dump %s ; copiousoutput ; test=test -z "$LYNX_VERSION" The test= is to keep lynx from using that line recursively to launch itself on regular web pages. If you also put the following in ~/.muttrc: auto_view text/html Mutt will display the HTML document inline as though it were a regular text message. Very handy if you have people that insist on sending you HTML email. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message