Penguin

Differences between version 15 and previous revision of Mutt.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 15 Last edited on Thursday, January 29, 2004 12:29:02 pm by AristotlePagaltzis Revert
Older page: version 14 Last edited on Sunday, September 7, 2003 9:10:21 am by AristotlePagaltzis Revert
@@ -12,19 +12,19 @@
  
 !! Hints and Tips 
 See [.muttrc] for example config files. 
  
-If you actually want to read any [HTML] [email|ElectronicMail ] you get, you can get [Mutt] to delegate arbitrary [MIME] types to other programs (it will default to your pager for __text/*__ types). Add the following line to your __.mailcap__ file: 
+If you actually want to read any [HTML] [Email ] you get, you can get [Mutt] to delegate arbitrary [MIME] types to other programs (it will default to your pager for __text/*__ types). Add the following line to your __.mailcap__ file: 
  
  text/html ; lynx -force_html %s 
  
 A more "integrating" alternative is to add __set implicit_autoview__ to your [.muttrc] and make the __.mailcap__ line something like 
  
  text/html ; lynx -force_html -dump %s ; copiousoutput 
  
-This will cause [Mutt] to transparently invoke lynx(1) and display its output in the integrated pager for any [HTML] message. (__set implicit_autoview__ enables this for all [MIME] types with a __copiousoutput__ keyword.) 
+This will cause [Mutt] to transparently invoke [Lynx] and display its output in the integrated pager for any [HTML] message. (__set implicit_autoview__ enables this for all [MIME] types with a __copiousoutput__ keyword.) 
  
-Incidentally, [vilistextum|http://www.mysunrise.ch/users/bhaak/vilistextum/] is an excellent tool for such on-the-fly conversion of HTML, as it launches and runs nearly instantly even on old and aging machines, where [lynx|lynx(1) ] takes its sweet time. 
+Incidentally, [vilistextum | http://www.mysunrise.ch/users/bhaak/vilistextum/] is an excellent tool for such on-the-fly conversion of HTML, as it launches and runs nearly instantly even on old and aging machines, where [Lynx ] takes its sweet time. 
  
 !Automating messages with Mutt 
  
 If you want to send a message with Mutt with an attachment, like you would with mail(1), use: