"Open Browser With Message-ID" in header pane doesn't work with Google Groups
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr115? affected)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
Details
Attachments
(2 files, 1 obsolete file)
The URL to search for a message by its message-id in Google Groups has changed. The new one expects the message-id to be URI-encoded.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
MailUtils.sys.mjs already contains openMessageByMessageId, which basically does the same thing as
openMessageForMessageId in msgHdrView.js. This integrates the former into the latter, and by
moving it to MailUtils.sys.mjs makes it accessible in other parts of the front-end as well as for
(experimental) add-ons. The same goes for openBrowserWithMessageId.
Depends on D205515
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D206249
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/26614c9795f4
Fix "Open Browser With Message-ID" in header pane. r=mkmelin
https://hg.mozilla.org/comm-central/rev/6eeec3385705
Move openMessageForMessageId() and openBrowserWithMessageId() to MailUtils.sys.mjs. r=mkmelin
Description
•