Browse Source

the table now clears properly after reading mail

master 3.0
Rinaldus 7 years ago
parent
commit
aab6cf8490
Signed by: Rinaldus
GPG Key ID: C34E249005178E87
  1. 3
      mail-notifier.py

3
mail-notifier.py

@ -328,6 +328,9 @@ def mail_check(): @@ -328,6 +328,9 @@ def mail_check():
AllFroms=[]
AllSubjs=[]
AllDates=[]
details.ui.tableWidget.clearContents()
details.ui.tableWidget.setRowCount(0)
details.ui.tableWidget.setColumnCount(0)
if (GlobalSettingsExist() and AccountExist()):
m = Mail()
groups = settings.childGroups()

Loading…
Cancel
Save