Other Find the missing RSS fields in Mountain Lion October 10, 2012 yigitdarcinLeave a comment Just go to Library/Mail/V2/RSS do a find . -name “Info.plist” -exec grep -A 1 Feed {} \; | grep string | sed ‘s/^[^>]*>//’ | sed ‘s/]*>$//’ copy the list and use it somewhere else 🙂 ( as stated here ) Share this:TweetPocketEmailLike this:Like Loading... Related