Closed
Bug 67255
Opened 24 years ago
Closed 24 years ago
default/pref/mailnews.js missing pref mail.content_disposition_type
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kcha-ns-yka, Assigned: sspitzer)
Details
Attachments
(2 files)
win32 build 2001012504, but this goes way back...
From what I understand, default/pref/mailnews.js should contain all prefs for
mail-news.
pref("mail.content_disposition_type", n); (n = whatever the default s/b)
is missing from this file. The only reference there seems to be for this pref is
bug 20655.
| Assignee | ||
Comment 1•24 years ago
|
||
good catch. it got removed from all.js at some point (not sure when).
I'll add it back, defaulted as 0.
patching coming, ducarroz can you review?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Comment 3•24 years ago
|
||
Just to make sure...
content_disposition_type = 0 is inline
content_disposition_type = 1 is attachment
and there aren't any other choices. Correct?
| Assignee | ||
Comment 5•24 years ago
|
||
looking at the source, it looks like a value of 2 is possible,
http://lxr.mozilla.org/seamonkey/source/mailnews/compose/src/nsMsgCompUtils.cpp#910
perhaps ducarroz can explain?
| Assignee | ||
Comment 6•24 years ago
|
||
fixed.
ducarroz, can you add a comment to mailnews.js to explain what the possible
values of "mail.content_disposition_type" do?
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 7•24 years ago
|
||
For what I can read in the source, a value of 2 means set content-disposition to
attachment only if the content-type of file extension is text.
VERIFIED. pref("mail.content_disposition_type", 0); is present as the last line
in mailnews.js.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•