Quote:
Originally Posted by jackie_w
I looked at the DateLastRead column in the database. It looks consistent with the open-actions I took. No obvious problems there.
|
You might also need to check the __SyncDate column (think that's the name). Somewhere along the way, the Recent sorting seems to have changed to use the maximum of DateLastRead and __SyncDate rather than only using __SyncDate if the DateLastRead was null. I don't think this will have an affect on what you are seeing, but it is something to check.