From 3b3f12d306d3b59ee036e7f984fdd10fadf40fbc Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Fri, 6 Jun 2014 11:13:12 -0400 Subject: [PATCH] another change for scheduleFiles that was missed in previous commit --- .../thunderbirdparser/ThunderbirdMboxFileIngestModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java index c507b10fd8..7b92c80aa1 100644 --- a/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java +++ b/thunderbirdparser/src/org/sleuthkit/autopsy/thunderbirdparser/ThunderbirdMboxFileIngestModule.java @@ -289,7 +289,7 @@ public final class ThunderbirdMboxFileIngestModule implements FileIngestModule { services.fireModuleContentEvent(new ModuleContentEvent(derived)); } } - context.addFiles(derivedFiles); + context.scheduleFiles(derivedFiles); services.fireModuleDataEvent(new ModuleDataEvent(EmailParserModuleFactory.getModuleName(), BlackboardArtifact.ARTIFACT_TYPE.TSK_EMAIL_MSG)); }