Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Export Mail.app's RSS feed URLs in Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Export Mail.app's RSS feed URLs in Terminal
Authored by: wjv on May 27, '08 05:55:26AM
pubsub --client com.apple.mail list
Or, if you want only the URLs:
pubsub --client com.apple.mail list | cut -f3 | sed -ne '3,$p'


[ Reply to This | # ]