Enhacement: Xapian parse eml and msg files in same way as word, excel... #717
This commit is contained in:
parent
4b95f85480
commit
162b35c651
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user