From 827b33967d9cea258b5fbe93482059e68ae6bd8a Mon Sep 17 00:00:00 2001 From: ldebritto <73193566+ldebritto@users.noreply.github.com> Date: Thu, 3 Feb 2022 14:49:54 -0300 Subject: [PATCH] Update enumerate mail folders.scpt --- enumerate mail folders.scpt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/enumerate mail folders.scpt b/enumerate mail folders.scpt index 23597ab..1d72086 100644 --- a/enumerate mail folders.scpt +++ b/enumerate mail folders.scpt @@ -1,7 +1,6 @@ use AppleScript version "2.4" -- Yosemite (10.10) or later use scripting additions -set accountList to {} set mailboxList to {} tell application "Mail" @@ -28,4 +27,4 @@ end tell tell application "JSON Helper" set mailboxList to make JSON from ¬ |items| with pretty printing -end tell \ No newline at end of file +end tell