Hi.
I use Mail.app to read RSS and have some troubles with it. Let me show how does it looks like:
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:
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:
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.
I use Mail.app to read RSS and have some troubles with it. Let me show how does it looks like:

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.