Hello Joshua, and thank you for the suggestion. On Saturday, July 1, 2006 at 17:25:21 +0200, Joshua Dunamis wrote:
> I home thet in the futur i possible to view the html format mail > directly form mutt, may be with integration with links2 or with a > frame buffer interface of mutt Mutt is already able to display HTML mails. At will auto-viewed inline in the pager, in a text browser in the same terminal, or in a graphical browser aside. The user is free to interface whatever is his preferred browser of the day. Explanations about auto_view, $implicit_autoview, alternative_order, and mailcap are in the manual (press <F1>), and detailed examples are on the Mutt Wiki at <URL:http://wiki.mutt.org/?MuttFaq/Attachment>. Bye! Alain. -- Mutt compressed folders tip for stable archive timestamp: | open-hook \\.gz$ "gzip -cd '%f' > '%t' ; ret=$? ; touch --no-create --reference='%f' '%t' ; exit \$ret" | close-hook \\.gz$ "gzip -c '%t' > '%f' ; ret=$? ; touch --no-create --reference='%t' '%f' ; exit \$ret" | append-hook \\.gz$ "gzip -c '%t' >> '%f'" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]