Code review comment for lp:~jonas-drange/account-polld/missing-gmail-notifications

Revision history for this message
Bill Filler (bfiller) wrote :

tested the silo, on reboot I get all my unread messages for last 24hours in the messaging-menu, which I guess is ok. However they are not in the correct order (some older messages are listed first) and some are missing compared to entering this directly in gmail:
is:unread in:inbox newer_than:1d

I thought the plan was to get rid of the historical search and literally change the search to
is:unread in:inbox newer_than:[if freshBoot ? currentTime : lastTimeChecked]

Let me know if you feel differently

review: Needs Fixing

« Back to merge proposal