Closed
Bug 51246
Opened 25 years ago
Closed 21 years ago
update pref/unix.js
Categories
(SeaMonkey :: Preferences, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: jmd, Assigned: sspitzer)
References
Details
last line of defaults/pref/unix.js:
config("menu.help.item_1.url", "http://home.netscape.com/eng/mozilla/5.0/relnote
s/unix-5.0.html");
that page is non-exsistant... does this config item even exsist?
pref("helpers.global_mime_types_file", "/usr/local/lib/netscape/mime.types");
pref("helpers.global_mailcap_file", "/usr/local/lib/netscape/mailcap");
these should point the the mime.types and mailcap mozilla installs, if it
installs any yet.
pref("mail.default_fcc", "~/nsmail/Sent");
pref("news.default_fcc", "~/nsmail/Sent");
i dont think those are mozilla's mail dir...
see also bug 14352, which calls for update of all.js
![]() |
||
Comment 1•25 years ago
|
||
mcafee/akkana, could you fix this? or would know who could?
Assignee: matt → mcafee
![]() |
||
Comment 2•25 years ago
|
||
removed bogus menu.help.item_1 pref.
global.helper prefs look unused, but notice there are global.private
prefs also. These might not be used now, but might be used later
so ? leaving them there for now.
Mail pref bugs should go in separate mailnews bug.
![]() |
||
Comment 3•25 years ago
|
||
over to sspitzer for look at the two default_fcc prefs (above), we should
close this bug after those two prefs have been looked at.
Assignee: mcafee → sspitzer
![]() |
Assignee | |
Comment 4•25 years ago
|
||
I believe those mail prefs are still needed by the migration code.
(see nsMessengerMigrator.cpp)
I'll have to debug to make sure, but I think if they user used pop in 4.x, those
prefs are used.
but on the other hand, if they actually *used* pop, the pref would get replaced
with an actual path, so they might not be needed.
I'll figure it out, and then either remove the prefs, or leave them in.
but I won't do either any time soon, not a high priority.
Status: NEW → ASSIGNED
Priority: P3 → P5
Target Milestone: --- → Future
Comment 5•24 years ago
|
||
I believe that the correct default location for global_mime_types_file and
global_mailcap_file should be /etc. There is a patch currently being developed
for bug #52441 that uses these settings, so it's probably time to fix this.
Blocks: 52441
![]() |
||
Comment 6•24 years ago
|
||
/etc/mailcap and /etc/mime.types is the default on some linux distributions,
yes.
On Solaris they are sometimes found in /usr/local/etc/mime.types and
/usr/local/etc/mailcap.
Not sure about others -- the response on n.p.m.unix when I asked was
underwhelming. This should probably be split into two bugs -- one for the mail
prefs and one for the helper prefs.
![]() |
||
Comment 7•23 years ago
|
||
There are no more helper app issues here...
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 8•21 years ago
|
||
There doesn't seem to be a unix.js any more and the questionable prefs mentioned
in this bug have good defaults now. Resolving WFM.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•