Changeset 5207:dc54d31493a2 for doc
- Timestamp:
- 2007-09-05 00:07:00 (15 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/manual.xml.head (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/manual.xml.head
r5206 r5207 5093 5093 5094 5094 <screen> 5095 - 1 [text/plain, 7bit, 1K]/tmp/mutt-euler-8082-0 <no description>5096 2 [applica/x-gunzip, base64, 422K]~/src/mutt-0.85.tar.gz <no description>5095 - 1 [text/plain, 7bit, 1K] /tmp/mutt-euler-8082-0 <no description> 5096 2 [applica/x-gunzip, base64, 422K] ~/src/mutt-0.85.tar.gz <no description> 5097 5097 </screen> 5098 5098 … … 5177 5177 In order to handle various MIME types that Mutt can not handle 5178 5178 internally, Mutt parses a series of external configuration files to 5179 find an external handler. The default search string for these files 5180 is a colon delimited list set to 5179 find an external handler. The default search string for these files 5180 is a colon delimited list containing the following files: 5181 5182 <orderedlist> 5183 <listitem><para><literal>$HOME/.mailcap</literal></para></listitem> 5184 <listitem><para><literal>$PKGDATADIR/mailcap</literal></para></listitem> 5185 <listitem><para><literal>$SYSCONFDIR/mailcap</literal></para></listitem> 5186 <listitem><para><literal>/etc/mailcap</literal></para></listitem> 5187 <listitem><para><literal>/usr/etc/mailcap</literal></para></listitem> 5188 <listitem><para><literal>/usr/local/etc/mailcap</literal></para></listitem> 5189 </orderedlist> 5190 5191 where <literal>$HOME</literal> is your home directory. The 5192 <literal>$PKGDATADIR</literal> and the 5193 <literal>$SYSCONFDIR</literal> directories depend on where mutt 5194 is installed: the former is the default for shared data, the 5195 latter for system configuration files. 5196 </para> 5197 5198 <para> 5199 The default search path can be obtained by running the following 5200 command: 5201 </para> 5181 5202 5182 5203 <screen> 5183 ${HOME}/.mailcap:/usr/local/share/mutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap 5204 mutt -nF /dev/null -Q mailcap_path 5184 5205 </screen> 5185 5186 where <literal>$HOME</literal> is your home directory.5187 </para>5188 5206 5189 5207 <para> … … 5678 5696 5679 5697 <screen> 5680 auto_view text/html application/x-gunzip application/postscript image/gif application/x-tar-gz 5698 auto_view text/html application/x-gunzip \ 5699 application/postscript image/gif application/x-tar-gz 5681 5700 </screen> 5682 5701 … … 5689 5708 <screen> 5690 5709 text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html 5691 image/*; anytopnm %s | pnmscale -xsize 80 -ysize 50 | ppmtopgm | pgmtopbm | pbmtoascii ; copiousoutput 5710 image/*; anytopnm %s | pnmscale -xsize 80 -ysize 50 | ppmtopgm | \ 5711 pgmtopbm | pbmtoascii ; copiousoutput 5692 5712 application/x-gunzip; gzcat; copiousoutput 5693 5713 application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
