mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-21 23:24:37 +01:00
Fix property name
This commit is contained in:
parent
1660d77668
commit
5506f00805
@ -38,7 +38,7 @@ set safariWindow to missing value
|
|||||||
tell application "NetNewsWire"
|
tell application "NetNewsWire"
|
||||||
set allAccounts to every account
|
set allAccounts to every account
|
||||||
repeat with nthAccount in allAccounts
|
repeat with nthAccount in allAccounts
|
||||||
set userFeeds to allFeeds of nthAccount
|
set userFeeds to allWebFeeds of nthAccount
|
||||||
repeat with nthFeed in userFeeds
|
repeat with nthFeed in userFeeds
|
||||||
set starredArticles to (get every article of nthFeed where starred is true)
|
set starredArticles to (get every article of nthFeed where starred is true)
|
||||||
repeat with nthArticle in starredArticles
|
repeat with nthArticle in starredArticles
|
||||||
|
Loading…
Reference in New Issue
Block a user