Comment 7 for bug 112392

Revision history for this message
Rocco Stanzione (trappist) wrote :

After a little more observation, it looks like the top-level total is an accurate sum of the unread counts of all the subfolders, but one of my subfolders has -44 unreads, because one of the feeds in it has -44 unreads. Maybe this makes a difference: this feed is to "mark articles as read when they arrive". I poked around in feed.cpp and there's only one place recalcUnreadCount() is called - maybe it needs another, or maybe something is failing before it's getting called. createMarkAsReadJob() doesn't call it, and maybe it should, I don't know, I don't do a lot of C++.