From 728801857fea40b810793b4b5dd699e172771b45 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Fri, 21 Jan 2022 08:03:23 -0500
Subject: [PATCH] updates to artifact_catalog for email path

---
 bindings/java/doxygen/artifact_catalog.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/java/doxygen/artifact_catalog.dox b/bindings/java/doxygen/artifact_catalog.dox
index 8bf2fcb69..e7db3f5d1 100644
--- a/bindings/java/doxygen/artifact_catalog.dox
+++ b/bindings/java/doxygen/artifact_catalog.dox
@@ -373,7 +373,7 @@ An email message found in an application file or database.
 - TSK_EMAIL_TO (Email addresses the email message was sent to, multiple emails should be in a comma separated string)
 - TSK_HEADERS (Transport message headers)
 - TSK_MSG_ID (Message ID supplied by the email application)
-- TSK_PATH (Path in the data source to the file containing the email message)
+- TSK_PATH (Path of email folders prefixed and separated by backslashes like '\Drafts\Work')
 - TSK_SUBJECT (Subject of the email message)
 - TSK_THREAD_ID (ID specified by the analysis module to group emails into threads for display purposes)
 
-- 
GitLab