Closed
Bug 249650
Opened 20 years ago
Closed 20 years ago
Add support for a website header to the message header pane (for RSS)
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.8
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(3 files, 1 obsolete file)
15.53 KB,
image/png
|
Details | |
7.52 KB,
patch
|
Details | Diff | Splinter Review | |
1.92 KB,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
When showing an RSS feed, we currently have a separate gray box for "view in
browser". Clicking it takes you to the website for the feed.
We can integrate this directly into the message header UI as another header
field whose value is the URL.
Patch coming up.
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.8
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Comment 2•20 years ago
|
||
This patch leverages the Content-Base field that is already getting written
into the mailbox by the RSS feed parser. I was going to create a new custom
x-mozilla header here but then I thought it could be kind of cool for non RSS
messages. i.e. if someone sends you a web page and we set the content base on
the message to match the web page (to make relative links work), then it would
be nice if we showed the website url in the header pane. That idea may backfire
and we can adjust things to taste later.
Assignee | ||
Comment 3•20 years ago
|
||
This updated patch also includes style rules for pinstripe on the Mac.
Assignee | ||
Comment 4•20 years ago
|
||
I've checked this into the trunk and the branch.
The extensions\newsblog changes were not migrated to the branch yet. That'll
happen for free when we move the newsblog directory onto the branch.
Marking this fixed for now.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•20 years ago
|
||
removes some unnecessary HTML and style rules
Attachment #152228 -
Attachment is obsolete: true
Updated•20 years ago
|
Attachment #153057 -
Flags: superreview+
Comment 6•20 years ago
|
||
Will this patch be backported to MailNews in the suite?
You need to log in
before you can comment on or make changes to this bug.
Description
•