File: mailcap

package info (click to toggle)
af 2.4.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,968 kB
  • ctags: 3,006
  • sloc: ansic: 31,528; makefile: 389; sh: 71
file content (25 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (2)
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"