Closed
Bug 1605937
Opened 5 years ago
Closed 4 years ago
messages.query returns empty Message List when folder property is Trash or Junk Folder
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr78 wontfix, thunderbird88 wontfix, thunderbird89 affected, thunderbird90?)
RESOLVED
FIXED
91 Branch
People
(Reporter: fredy, Assigned: TbSync)
References
(Regressed 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
While browser.messages.list(<Trash or Junk Folder Object>) works fine, by returning all the messages inside those folders, using browser.messages.query and set as property the same <Trash or Junk Folder Object> returns an empty messageList.
Tested in version 68.3.1 in Linux.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → john
Status: NEW → ASSIGNED
status-thunderbird88:
--- → wontfix
status-thunderbird89:
--- → affected
status-thunderbird_esr78:
--- → wontfix
tracking-thunderbird89:
--- → ?
tracking-thunderbird90:
--- → ?
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9223847 -
Attachment is obsolete: true
Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
Assignee | ||
Comment 3•4 years ago
|
||
When this has landed, query will be a lot slower, as we really search all messages now. We no longer use gloda (a database which holds information of used/read messages), as it fails to search all messages. We will make further changes to the pagination system in bug 1716022 to speed this up a little.
Updated•4 years ago
|
tracking-thunderbird89:
? → ---
Target Milestone: --- → 91 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/25d61a7606e4
Remove usage of Gloda in messages.query(). r=darktrojan
You need to log in
before you can comment on or make changes to this bug.
Description
•