1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# Sample mailcap entry for af; uncomment the entries that apply
# Handle text/richtext and text/enriched
#text/enriched; richtext -e; copiousoutput; description="Enriched text"
#text/richtext; richtext; copiousoutput; description="Richtext"
# Now deal with encapsulated messages
#message/external-body; showexternal %s %{access-type} %{name} \
# %{site} %{directory} %{mode} %{server}; \
# needsterminal; description="A reference to external data"
# Display audio/basic using the audio device
#audio/basic; cat > /dev/audio; description="An audio fragment"
# Display images with xv if possible
#image/*; xv %s; test=test -n "$DISPLAY"; description="A still image"
# And videos with xanim
#video/*; xanim %s; test=test -n "$DISPLAY"; description="A video"
# Handle PostScript files (this is a security hole)
#application/postscript; ghostview %s; test=test -n "$DISPLAY"; \
# description="A PostScript File"
#application/ghostview; ghostview %s; test=test -n "$DISPLAY"; \
# description="A PostScript file for ghostview"
|