Closed
Bug 1914887
Opened 17 days ago
Closed 15 days ago
'mailto:' links don't work in .eml files
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr115 wontfix, thunderbird_esr128? affected, thunderbird130 affected)
RESOLVED
FIXED
131 Branch
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Steps to reproduce:
- Open a .eml file containing a 'mailto:' link.
- Click on that link.
Expected result:
Compose window opens for that mail address.
Actual result:
Console displays
TypeError: hdr is null
getIdentityForHeader resource:///modules/MailUtils.sys.mjs:674
_handleMailToLink resource:///actors/MailLinkParent.sys.mjs:64
receiveMessage resource:///actors/MailLinkParent.sys.mjs:21
Otherwise nothing happens.
Assignee | ||
Comment 1•17 days ago
|
||
Updated•17 days ago
|
Assignee: nobody → h.w.forms
Status: NEW → ASSIGNED
Assignee | ||
Updated•15 days ago
|
status-thunderbird_esr115:
--- → wontfix
tracking-thunderbird_esr128:
--- → ?
Keywords: checkin-needed-tb
Target Milestone: --- → 131 Branch
Pushed by john@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3d8e6492e7a3
Enable 'mailto:' links in .eml files. r=mkmelin
Updated•6 days ago
|
Blocks: tb128found
You need to log in
before you can comment on or make changes to this bug.
Description
•