Ximi1970 / systray-x

SysTray-X: A system tray extension for Thunderbird. Needs both the addon AND the companion app installed to work. Will not work with TB flatpaks or snaps.
Mozilla Public License 2.0
217 stars 14 forks source link

Systray-x checks for unread messages instead of newly received messages #14

Closed loveless90 closed 4 years ago

loveless90 commented 4 years ago

Would it be possible to check for newly received (the blue highlighted with yellow asterisk) messages instead of unread messages. The way it works now, you can mark a message as unread and it will detect it as new message

Tested with version 0.1.3

Ximi1970 commented 4 years ago

Sorry that is not possible with the current TB Api interface. The filter can only get unread messages.

https://thunderbird-webextensions.readthedocs.io/en/68/messages.html

see query part.

loveless90 commented 4 years ago

Ok. Thank you for your quick reply.

hockeymikey commented 4 years ago

Should be reopened for tracking: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_extensions/HowTos/Folders_and_message_lists#Check_for_New_Mail Checking for new mail is a planned feature, so would be good to keep on the radar when the day comes that it is added.