Skip to content

Commit

Permalink
ignore inactive accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
plrichardson authored and lolindrath committed Sep 23, 2024
1 parent 0c49bac commit 31f5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppleScript/Safari-OpenAllStarredArticles.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set safariWindow to missing value
--for each one of those, open a new tab in Safari

tell application "NetNewsWire"
set allAccounts to every account
set allAccounts to every account whose active is true
repeat with nthAccount in allAccounts
set userFeeds to allWebFeeds of nthAccount
repeat with nthFeed in userFeeds
Expand Down

0 comments on commit 31f5966

Please sign in to comment.