AndersSahlin / MailCheckerPlus

Mail Checker Plus for Google Mail™ - Chrome Extension
https://chrome.google.com/extensions/detail/gffjhibehnempbkeheiccaincokdjbfe
GNU General Public License v3.0
100 stars 39 forks source link

MC+ shows the most recent email in a thread and not the first unread #1

Closed Daenyth closed 14 years ago

Daenyth commented 14 years ago

Perhaps this should be configurable, but it should default to displaying the first unread message (and following messages when expanded) rather than the most recent in thread. If you're in a thread with more than one person you can end up missing replies in the middle.

AndersSahlin commented 14 years ago

This has to do with the way I fetch the content of the mail. It's more tricky to find the first unread item rather than just the most recent. I think the feed (which generates the summary) also just shows the most recent item.

Daenyth commented 14 years ago

Perhaps you could cache the id of the thread & message and then not update the preview window with subsequent messages until the message id is marked as read?