Quick fix for #1081 #1096

Merged
g1itch merged 3 commits from ui-fixes into v0.6 2018-01-27 07:46:15 +01:00
Showing only changes of commit 0097ea6476 - Show all commits

View File

@ -2542,7 +2542,7 @@ class MyForm(settingsmixin.SMainWindow):
tableWidget.item(i, 2).setUnread(False)
tableWidget.item(i, 3).setFont(font)
# sqlite default limit, unfortunately getting/setting isn't exposed to python
if i % 999 == 999:
if i % 999 == 0:
markread += partialUpdate(self.getCurrentFolder(), msgids)
msgids = []