Closed
Bug 1894259
Opened 2 years ago
Closed 2 years ago
Make the id parameter of messageDisplay.getDisplayedMessage() and messageDisplay.getDisplayedMessages() optional
Categories
(Thunderbird :: Add-Ons: Extensions API, task)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
RESOLVED
FIXED
127 Branch
People
(Reporter: john, Assigned: john)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
The mailTabs API has mailTabs.getSelectedMessages(id) which has its
id parameter defined optional, returning the selected message(s) of
the currently active tab if not specified.
Let's allow the same behavior also for messageDisplay.getDisplayedMessages().
Depends on D208998
Updated•2 years ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Pushed by vineet@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/d532589fb5fb
Make the id parameter of messageDisplay.getDisplayedMessage() and messageDisplay.getDisplayedMessages() optional. r=aleca
| Assignee | ||
Updated•2 years ago
|
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•