#36: support .msg and .eml files

This commit is contained in:
Paddy Xu
2017-07-02 00:28:15 +03:00
parent 5c081127c7
commit a169cb0767
6 changed files with 273 additions and 1 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ namespace QuickLook
TrayIconManager.GetInstance().ShowNotification("", $"Failed to preview {Path.GetFileName(_path)}", true);
Debug.WriteLine(e.ToString());
Debug.WriteLine(e.SourceException.ToString());
Debug.WriteLine(e.SourceException.StackTrace);
if (plugin != PluginManager.GetInstance().DefaultPlugin.GetType())