I have added an RSS feed to Apple's Mail.app. How can I retrieve the URL for the feed?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

In the Terminal application under /Applications/Utilities, run:

for i in ~/Library/Mail/RSS/*/Info.plist; do defaults read "${i%.plist}" RSSFeedURLString; done

Sourced from http://www.macosxhints.com/article.php?story=20080319094830396

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.