|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
|
... |
|
... |
192 |
text/x-purple-log = pidgin
|
192 |
text/x-purple-log = pidgin
|
193 |
text/x-purple-html-log = pidgin
|
193 |
text/x-purple-html-log = pidgin
|
194 |
text/x-python = text-x-python
|
194 |
text/x-python = text-x-python
|
195 |
|
195 |
|
196 |
[categories]
|
196 |
[categories]
|
197 |
|
197 |
# Categories group mime types by "kind". They can be used from the query
|
|
|
198 |
# language as an "rclcat" clause. This is fully dynamic, you can change the
|
|
|
199 |
# names and groups as you wish, only the mime types are stored in the index.
|
|
|
200 |
#
|
|
|
201 |
# If you add/remove categories, you may also want to change the
|
|
|
202 |
# "guifilters" section below.
|
198 |
text = \
|
203 |
text = \
|
199 |
application/msword \
|
204 |
application/msword \
|
200 |
application/pdf \
|
205 |
application/pdf \
|
201 |
application/postscript \
|
206 |
application/postscript \
|
202 |
application/vnd.openxmlformats-officedocument.wordprocessingml.document \
|
207 |
application/vnd.openxmlformats-officedocument.wordprocessingml.document \
|
|
... |
|
... |
278 |
application/x-fsdirectory \
|
283 |
application/x-fsdirectory \
|
279 |
application/x-mimehtml \
|
284 |
application/x-mimehtml \
|
280 |
application/x-rar \
|
285 |
application/x-rar \
|
281 |
application/x-webarchive \
|
286 |
application/x-webarchive \
|
282 |
application/zip \
|
287 |
application/zip \
|
|
|
288 |
|
|
|
289 |
[guifilters]
|
|
|
290 |
# This defines the top level filters in the GUI (accessed by the the
|
|
|
291 |
# radiobuttons above the results area, or a toolbar combobox).
|
|
|
292 |
# Each entry defines a label and a query language fragment that will be
|
|
|
293 |
# applied to filter the current query if the option is activated.
|
|
|
294 |
#
|
|
|
295 |
# This does not really belong in mimeconf, but it does belong in the index
|
|
|
296 |
# config (not the GUI one), because it's not necessarily the same in all
|
|
|
297 |
# configs, it has to go somewhere, and it's not worth a separate config
|
|
|
298 |
# file...
|
|
|
299 |
#
|
|
|
300 |
# By default this filters by document category (see above), but any
|
|
|
301 |
# language fragment should be ok. Be aware though that the "document
|
|
|
302 |
# history" queries only know about simple "rclcat" filtering.
|
|
|
303 |
|
|
|
304 |
text = rclcat:text
|
|
|
305 |
spreadsheet = rclcat:spreadsheet
|
|
|
306 |
presentation = rclcat:presentation
|
|
|
307 |
media = rclcat:media
|
|
|
308 |
message = rclcat:message
|
|
|
309 |
other = rclcat:other
|
|
|
310 |
|