Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dive

macrumors newbie
Original poster
Dec 27, 2011
1
0
Isle of Man
Hi.
I use Mail.app to read RSS and have some troubles with it. Let me show how does it looks like:

Screen+Shot+2011-12-28+at+1.05.56.png


As you can see, RSS header at Mail.app use very large fonts for RSS title and entry, some about half of the header is the date. Hmmm. This is wrong. And I want to change this UI behaviour, but Mail.app doesn't contain settings for this option.
So, I looked Raw Source of RSS at Mail and saw some additional information about RSS and Mail:

Code:
...
X-Uniform-Type-Identifier: com.apple.mail-rss-article
...
<html><head></head><body><h3 id="AppleMailRSSTitle" style="font-weight: normal; padding-top: 5px"><a href="..." style="text-decoration: underline">Entry Title</a></h3>
...

I tried to find at least some mention of the AppleMailRSSTitle id in the system, but found none. And under the "tried to find" I mean this:

Code:
sudo find / -type f -name '*.*' -exec grep -H AppleMailRSSTitle {} \;

In general, I do not find a way to change the font size in the header. Help me solve this problem, because it looks disgusting.
Thanks a lot, dive.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.