Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# @(#$Id: mimeconf,v 1.20 2006-12-19 08:40:50 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: mimeconf,v 1.21 2006-12-20 13:12:49 dockes Exp $  (C) 2004 J.F.Dockes
2
2
3
# Recoll : associations of mime types to processing filters.
3
# Recoll : associations of mime types to processing filters.
4
# There are different sections for decompression, 'interning' for indexing
4
# There are different sections for decompression, 'interning' for indexing
5
# and preview, and external viewers
5
# and preview, and external viewers
6
6
...
...
76
message/rfc822 = message
76
message/rfc822 = message
77
text/html = html
77
text/html = html
78
text/plain = txt
78
text/plain = txt
79
text/x-mail = message
79
text/x-mail = message
80
text/x-c = source
80
text/x-c = source
81
82
83
[categories]
84
85
texts = application/msword \
86
      application/pdf \
87
      application/postscript \
88
      application/vnd.sun.xml.writer \
89
      application/vnd.sun.xml.writer.global \
90
      application/vnd.sun.xml.writer.template \
91
      application/x-dvi \
92
      image/vnd.djvu \
93
      text/html \
94
      text/plain \
95
      text/rtf
96
97
spreadsheets = application/vnd.ms-excel \
98
       application/vnd.sun.xml.calc \
99
       application/vnd.sun.xml.calc.template
100
101
presentations = application/vnd.ms-powerpoint \
102
        application/vnd.sun.xml.impress \
103
        application/vnd.sun.xml.impress.template
104
105
media = audio/mpeg \
106
      image/jpeg \
107
      image/png \
108
109
messages = message/rfc822 \
110
   text/x-gaim-log \
111
   text/x-mail \
112
113
other = application/vnd.sun.xml.draw \
114
      application/vnd.sun.xml.draw.template \
115
      application/vnd.sun.xml.math \
116
      application/x-fsdirectory 
117