Enhacement: Xapian parse eml and msg files in same way as word, excel... #717

This commit is contained in:
Karel Picman 2017-05-02 14:52:52 +02:00
parent 4b95f85480
commit 162b35c651

View File

@ -90,10 +90,9 @@ MIME_TYPES = {
'application/vnd.oasis.opendocument.spreadsheet' => 'ods',
'application/vnd.oasis.opendocument.text' => 'odt',
'application/vnd.oasis.opendocument.presentation' => 'odp',
'application/javascript'
'application/javascript' => 'js'
}.freeze
FORMAT_HANDLERS = {
'pdf' => $pdftotext,
'doc' => $catdoc,