mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-10 09:19:06 +00:00
Update MailViewer dependencies
This commit is contained in:
@@ -75,7 +75,7 @@ public class Plugin : IViewer
|
||||
|
||||
var msg = new Reader();
|
||||
|
||||
var files = msg.ExtractToFolder(path, _tmpDir, true);
|
||||
var files = msg.ExtractToFolder(path, _tmpDir, ReaderHyperLinks.Both);
|
||||
|
||||
if (files.Length > 0 && !string.IsNullOrEmpty(files[0]))
|
||||
return files[0];
|
||||
|
Reference in New Issue
Block a user