mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-21 15:14:38 +01:00
ignore inactive accounts
This commit is contained in:
parent
5506f00805
commit
a8e9e268ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user