Closed Bug 253359 Opened 20 years ago Closed 20 years ago

Artwork for RSS folders and posts

Categories

(MailNews Core :: Feed Reader, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mscott, Assigned: mscott)

Details

Attachments

(1 file)

I don't know when we'll get new artwork for RSS accounts, folders and feed articles.

We are currently using the same icons used for mail accounts. 

I think the news artwork makes more sense for RSS accounts (at least for the
qute theme) as the pieces of that artwork map better into what it means to be an
RSS feed.
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.8
Comment on attachment 154535 [details] [diff] [review]
fix to use news icons for rss feeds

David, what do you think of my changes to nsMsgDBView to  generate the right
CSS property in the thread pane for arbitrary server types. Instead of adding
an atom for news, I'm adding a generic message type atom which matches whatever
the server type is.

This allows us to have CSS which references 'rss' without actually having the
view code know anything about rss.

The only catch was the fact that nntp server types currently map to 'news' and
not 'nntp' so I had to special case that to match the old behavior.
Attachment #154535 - Flags: superreview?(bienvenu)
Comment on attachment 154535 [details] [diff] [review]
fix to use news icons for rss feeds

this could just be 

else 
  mMessageTypeAtom = do_GetAtom(mIsNews ? "news" : type.get()));

+    else if (mIsNews) // special case nntp --> news since we'll break themes
if we try to be consistent
+      mMessageTypeAtom = do_GetAtom("news");
+    else
+      mMessageTypeAtom = do_GetAtom(type.get());
Attachment #154535 - Flags: superreview?(bienvenu) → superreview+
fixed branch and trunk
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Target Milestone: Thunderbird0.8 → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: