Changelog for Thunderbird 148

The following WebExtension API changes were introduced in Thunderbird 148.

mailTabs

api mailTabs
  • function getListedMessages.options.sortOrder — The sort order for the returned messages. Ignored if sortType is not specified.

  • function getListedMessages.options.sortType — Specifies how the returned messages should be sorted. This does not change the actual sort of the displayed messages. Default sort order is descending, if not specified otherwise. Returning sorted messages is faster than manually sorting the messages afterwards, but slower than returning the messages in their original order.

messages

api messages
  • function list.options.sortOrder — The sort order for the returned messages. Ignored if sortType is not specified.

  • function list.options.sortType — Specifies how the returned messages should be sorted. Default sort order is descending, if not specified otherwise. Returning sorted messages is faster than manually sorting the messages afterwards, but slower than returning the messages in their original order.

  • type MessageHeader.priority — The priority of the message.