Closed
Bug 1936584
Opened 2 months ago
Closed 15 days ago
When the tags of a message change, messages.onUpdated should return which tags were added or removed
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
137 Branch
People
(Reporter: G.Gersdorf, Assigned: TbSync)
Details
Attachments
(1 file)
Steps to reproduce:
The MessageProperties object delivered by messages.onUpdated only contains the new tags. It would be nice to know if a tag was added or removed and which tag was added or removed.
Assignee | ||
Comment 1•21 days ago
|
||
Updated•21 days ago
|
Assignee: nobody → john
Attachment #9462483 -
Attachment description: WIP: Bug 1936584 - tags → Bug 1936584 - Add former values to changed properties in the messages.onUpdated event. r=mkmelin,#thunderbird-back-end-reviewers
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•15 days ago
|
Attachment #9462483 -
Attachment description: Bug 1936584 - Add former values to changed properties in the messages.onUpdated event. r=mkmelin,#thunderbird-back-end-reviewers → Bug 1936584 - Add former values to changed properties in the messages.onUpdated event. r=mkmelin
Assignee | ||
Updated•15 days ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 137 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/837abd4bedec
Add former values to changed properties in the messages.onUpdated event. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•