Bring in changes from release branches.

This commit is contained in:
Brent Simmons
2025-01-03 21:30:22 -08:00
parent 0d70b9f4ad
commit 90088735b1
83 changed files with 1401 additions and 1109 deletions

View File

@@ -2,7 +2,7 @@
-- and that the returned list is greater than 0
try
tell application "NetNewsWire"
set namesResult to name of every author of every webfeed of every account
set namesResult to name of every author of every feed of every account
end tell
set test_result to ((count items of namesResult) > 0)
on error message