Merge pull request #4284 from plrichardson/patch-1
Fix OpenAllStarredArticles.applescript
This commit is contained in:
commit
933211b769
@ -36,9 +36,9 @@ set safariWindow to missing value
|
|||||||
--for each one of those, open a new tab in Safari
|
--for each one of those, open a new tab in Safari
|
||||||
|
|
||||||
tell application "NetNewsWire"
|
tell application "NetNewsWire"
|
||||||
set allAccounts to every account
|
set allAccounts to every account whose active is true
|
||||||
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…
x
Reference in New Issue
Block a user