Commit 02b48e8ba5bcde461b83a5107b90ff6a4998784b

Authored by Megan Watson
1 parent 40e14204

KTS-4310 Added outlook to the list of supported formats.

"CLONE -Is it possible to fully index Microsoft Outlook Elements? (SUP-1841)"

Committed by: Megan Watson
search2/indexing/extractors/TikaApacheExtractor.inc.php
... ... @@ -75,6 +75,8 @@ class TikaApacheExtractor extends DocumentExtractor
75 75 'application/vnd.ms-excel',
76 76 'application/vnd.ms-powerpoint',
77 77 'application/msword',
  78 + // msg files
  79 + 'application/vnd.ms-outlook',
78 80 // rtf
79 81 'text/rtf',
80 82 // staroffice
... ...