Closed Bug 250788 Opened 20 years ago Closed 20 years ago

mailNavigatorOverlay.js doesn't respect external mailto:

Categories

(SeaMonkey :: UI Design, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 152526

People

(Reporter: neil, Unassigned)

References

()

Details

mailto: links check a preference network.protocol-handler.external.mailto and if
that is true then mailto: links will always launch the external mailer, even if
Mail is installed. However File/New/Message and File/Send Link only check to see
if Mail is installed in which case they will never launch an external mailer.

One way of determining whether mailto: links will launch the external mailer is
to get the IO service, then use if (ioService.getProtocolHandler("mailto")
instanceof Components.interfaces.nsIExternalProtocolHandler) ...
Silly me :-[

*** This bug has been marked as a duplicate of 152526 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
V/dupe.
Status: RESOLVED → VERIFIED
Keywords: helpwanted
QA Contact: benc
Product: Core → Mozilla Application Suite
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.