Update the UI when emails are added

This commit is contained in:
Karl Mortensen 2016-07-07 15:32:53 -04:00
parent d3342d9621
commit 663eb26426

View File

@ -140,6 +140,8 @@ public class EmailExtracted implements AutopsyVisitableItem {
} catch (TskCoreException | SQLException ex) {
logger.log(Level.WARNING, "Cannot initialize email extraction: ", ex); //NON-NLS
}
setChanged();
notifyObservers();
}
private Map<String, String> parsePath(String path) {