document what mailnews.js and all-thunderbird.js do
Categories
(Thunderbird :: General, defect)
Tracking
(thunderbird_esr115 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr115 | --- | wontfix |
People
(Reporter: KaiE, Assigned: mkmelin)
References
Details
(Whiteboard: [snnot3p])
Attachments
(1 file)
We currently have different default values for pref mail.import.in_new_tab
packaged in omni.ja:
./defaults/pref/mailnews.js
./defaults/pref/all-thunderbird.js
Is this a mistake? Should one get removed?
Because the pref values are different, does this mean we get a random pref value at runtime (or maybe always one of the files takes precedence)?
| Reporter | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
The all-thunderbird.js will take precedence over mailnews.js (which is for mailnews backend stuff theoretically shared with seamonkey).
So it's not really a bug - all-thunderbird.js is where we add something to override a default value for Thunderbird only. In many/most cases we could of course just change the mailnews.js value.
For the pref in question, seamonkey would not have the new import in tab...
| Reporter | ||
Comment 2•2 years ago
|
||
Thanks for the clarification.
It would help to document that as a comment at the top of those files.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Comment 3•2 years ago
|
||
Magnus, do you agree to document that in a comment in the prefs files?
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/5dab73cd76b2
document what mailnews.js and all-thunderbird.js do. r=babolivier
| Reporter | ||
Comment 7•2 years ago
|
||
Thanks Magnus!
Description
•