--- a/src/sampleconf/mimeconf
+++ b/src/sampleconf/mimeconf
@@ -1,4 +1,4 @@
-# @(#$Id: mimeconf,v 1.25 2007-02-06 18:01:16 dockes Exp $ (C) 2004 J.F.Dockes
+# @(#$Id: mimeconf,v 1.26 2007-06-08 12:32:35 dockes Exp $ (C) 2004 J.F.Dockes
# Recoll : associations of mime types to processing filters.
# There are different sections for decompression, 'interning' for indexing
@@ -21,9 +21,10 @@
application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t
## ###################################
-# Filters for indexing and internal preview.
-# The external (exec) filters output the document in simple html format,
-# have a look at the scripts.
+# Filters for indexing and internal preview.
+# The "internal" filters are hardwired in the c++ code.
+# The external "exec" filters are typically scripts. They output the
+# document in simple html format, have a look at the scripts.
[index]
application/msword = exec rcldoc
application/pdf = exec rclpdf
@@ -45,6 +46,7 @@
application/x-scribus = exec rclscribus
audio/mpeg = exec rclmedia
image/vnd.djvu = exec rcldjvu
+image/jpeg = exec rcljpeg
message/rfc822 = internal
text/html = internal
text/plain = internal