Open
Bug 1719796
Opened 4 years ago
Updated 10 months ago
Handle custom sorts in MailTab API
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Thunderbird
Add-Ons: Extensions API
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
References
(Depends on 1 open bug)
Details
Currently the MailTab API is missing handling of custom sorts. It will tell you there is a "custom" sort, and let you attempt to set it, but you are unable to select the column which actually gets sorted.
Implementing this would also require being able to get a list of the existing custom columns.
Bug 1615801 may help with making it simpler to get custom columns that have been created by WebExtension, but I'm not sure it would be necessary to be able to fix this.
| Reporter | ||
Updated•4 years ago
|
Type: enhancement → defect
Comment 1•1 year ago
|
||
When implementing this, please also check this comment:
https://phabricator.services.mozilla.com/D236299#8170417
You need to log in
before you can comment on or make changes to this bug.
Description
•