Skip to content

Commit

Permalink
Update enumerate mail folders.scpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto authored Feb 3, 2022
1 parent 59cf699 commit 827b339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enumerate mail folders.scpt
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -28,4 +27,4 @@ end tell
tell application "JSON Helper"
set mailboxList to make JSON from ¬
|items| with pretty printing
end tell
end tell

0 comments on commit 827b339

Please sign in to comment.