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