]> granicus.if.org Git - mutt/commitdiff
Remove useless examples about treating text/enriched externally.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 13 May 2003 12:53:20 +0000 (12:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 13 May 2003 12:53:20 +0000 (12:53 +0000)
#1549; Debian #190309.

doc/manual.sgml.head

index 545862beb7103a62a638607434196d7529954aca..622d22f6093dd1c4876d137217a0fb6aee772a46 100644 (file)
@@ -2793,10 +2793,6 @@ text/html;      lynx %s
 # This version would convert the text/html to text/plain
 text/html;      lynx -dump %s; copiousoutput
 
-# enriched.sh converts text/enriched to text/html and then uses 
-# lynx -dump to convert it to text/plain
-text/enriched;  enriched.sh ; copiousoutput
-
 # I use enscript to print text in two columns to a page
 text/*;         more %s; print=enscript -2Gr %s
 
@@ -2833,14 +2829,13 @@ content-types that you wish to view automatically.
 
 For instance, if you set auto&lowbar;view to:
 <tscreen><verb>
-auto_view text/html text/enriched application/x-gunzip application/postscript image/gif application/x-tar-gz
+auto_view text/html application/x-gunzip application/postscript image/gif application/x-tar-gz
 </verb></tscreen>
 
 Mutt could use the following mailcap entries to automatically view
 attachments of these types.
 <tscreen><verb>
 text/html;      lynx -dump %s; copiousoutput; nametemplate=%s.html
-text/enriched;  enriched.sh  ; copiousoutput
 image/*;        anytopnm %s | pnmscale -xsize 80 -ysize 50 | ppmtopgm | pgmtopbm | pbmtoascii ; copiousoutput
 application/x-gunzip;   gzcat; copiousoutput
 application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput