Open
Bug 213874
Opened 22 years ago
Updated 1 year ago
nsMessenger.cpp: consider passing a file extension to GetFromTypeAndExtension
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: Biesinger, Unassigned)
References
()
Details
bug 147679 introduced a new function nsIMIMEService::GetFromTypeAndExtension;
the code at
http://lxr.mozilla.org/seamonkey/source/mailnews/base/src/nsMessenger.cpp#1806
was changed to use it but pass nsnull for the extension. in some cases, the
mimeservice can give back a "better" nsIMIMEInfo if it has an extension; maybe
this code here can pass one in as well.
Updated•21 years ago
|
Product: MailNews → Core
Comment 1•18 years ago
|
||
sorry for the spam. making bugzilla reflect reality as I'm not working on these bugs. filter on FOOBARCHEESE to remove these in bulk.
Assignee: sspitzer → nobody
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Summary: nsMessenger.cpp: consider passing an extension to GetFromTypeAndExtension → nsMessenger.cpp: consider passing a file extension to GetFromTypeAndExtension
You need to log in
before you can comment on or make changes to this bug.
Description
•