Closed
Bug 312937
Opened 19 years ago
Closed 19 years ago
Make RSS a default component in the installer
Categories
(Thunderbird :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: mscott, Assigned: mscott)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
(deleted),
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Currently it's a user removeaable option. Unfortunately this breaks software
update if the user chooses to not install RSS. Optional installer components
need to be treated as application extensions (like what we did for talkback and
dom inspector in 1.5).
That's too risky for 1.5
For now, just force installation of RSS, hiding the option from the UI.
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird1.1
Assignee | ||
Comment 1•19 years ago
|
||
We know the msg hdr for the first new message in a folder, it's a property on
nsIMsgfolder:
readonly attribute nsIMsgDBHdr firstNewMessage;
that should help.
Assignee | ||
Comment 2•19 years ago
|
||
by forcing RSS installation and not letting users choose to not install it, we
avoid a nasty software update problem where software update would never work
for users who opted out of the newsblog component.
Assignee | ||
Updated•19 years ago
|
Attachment #200275 -
Flags: superreview?(bienvenu)
Updated•19 years ago
|
Attachment #200275 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Updated•19 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•