Closed
Bug 651848
Opened 14 years ago
Closed 14 years ago
Disable deleting news articles by default (pref-off)
Categories
(MailNews Core :: Networking: NNTP, defect)
MailNews Core
Networking: NNTP
Tracking
(blocking-thunderbird5.0 beta1+)
RESOLVED
FIXED
Thunderbird 5.0b1
Tracking | Status | |
---|---|---|
blocking-thunderbird5.0 | --- | beta1+ |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.62 KB,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
After separating out cancel and delete message in bug 250141, we realised in bug 644075 that this leaves users open to a new dataloss issue - if a message is deleted from a newsgroup it can't be undone.
After discussion with Joshua, we've agreed to disable the deleting of newsgroup feeds by default. We can then have a preference to turn it back on for those users that are happy to test it out further. Once bug 644075 is fixed, then we can remove the preference and have it enabled by default.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mbanner
Assignee | ||
Comment 1•14 years ago
|
||
This overrides the GetCanDeleteMessages function for news, and checks a new pref.
I've also fixed the standalone window delete button because it wasn't being disabled with just the c++ change - I changed the js code for the cmd_delete enabling to be the same as the 3 pane window.
Attachment #530451 -
Flags: review?(Pidgeot18)
Assignee | ||
Updated•14 years ago
|
Attachment #530451 -
Flags: review?(Pidgeot18) → review?(dbienvenu)
Updated•14 years ago
|
Attachment #530451 -
Flags: review?(dbienvenu) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a4
Comment 3•14 years ago
|
||
It would be a shame to loose exposure to this most welcome feature in TB3 due to lack of discovery (pref("news.allow_delete_with_no_undo", false);)
Can we get a relnote on this.
Assignee | ||
Comment 4•14 years ago
|
||
I don't think this is appropriate for a relnote: It isn't a regression, and whilst it is a new feature which is disabled by default, it is also an incomplete feature - therefore I don't think we should be advertising it in relnotes.
Joshua also mentioned to me that he was really happy about separating the cancelling of a news group message and delete.
You need to log in
before you can comment on or make changes to this bug.
Description
•